COLOR #090776

HEX: #090776 RGB: (9,7,118)

Color info

#090776 contains mainly blue color. Web safe color of #090776 is #000066 (or #006).

RGB color model

#090776 color RGB value is (9,7,118).

RGB: (9,7,118) (4%, 3%, 46%)

RGB channels and saturation

R 9 of 255 = 4%
G 7 of 255 = 3%
B 118 of 255 = 46%

9
7
118

R + G + B ~ 18%. #090776 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 7 + 118 = 134 (100%)
R 9 of 134 ~ 6.72%
G 7 of 134 ~ 5.22%
B 118 of 134 ~ 88.06'%

%88.06

CMYK color model

#090776 color CMYK value is (92,94,0,54).

  • cyan value is 92.37%
  • magenta value is 94.07%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (92,94,0,54)
C92M94Y0K54 (92%, 94%, 0%, 54%)
(0.92 / 0.94 / 0.00 / 0.54)

CMYK percentages

%92.37
%94.07
%0
%53.73

Codes

Color #090776 in popluar color models

09 07 76
RGB 9 7 118
HSL 241° 88.80% 24.51%
HSB/HSV 241° 94.07% 46.27%
CMYK 92.37% 94.07% 0.00%
53.73%

Color #090776 in popluar number systems.

HEX 09 07 76
Decimal 9 7 118
Binary 1001 111 1110110
Octal 11 7 166

Shades and tints

Shades of #090776

#090776
(9,7,118)
#09076C
(9,7,108)
#090762
(9,7,98)
#090758
(9,7,88)
#09074E
(9,7,78)
#090744
(9,7,68)
#09073A
(9,7,58)
#090730
(9,7,48)
#090726
(9,7,38)
#09071C
(9,7,28)
#090712
(9,7,18)
#000000
(0,0,0)

Tints of #090776

#090776
(9,7,118)
#1F1D82
(31,29,130)
#35338E
(53,51,142)
#4B499A
(75,73,154)
#615FA6
(97,95,166)
#7775B2
(119,117,178)
#8D8BBE
(141,139,190)
#A3A1CA
(163,161,202)
#B9B7D6
(185,183,214)
#CFCDE2
(207,205,226)
#E5E3EE
(229,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090776 color. Also use rgb(9,7,118) instead hex code.

Text Font Color

.myTextColor { color: #090776; }

<p style="color:#090776">This sample text font color is #090776.</p>

This text font color is #090776.

Background Color

.myBgColor { background-color: #090776; }

<div style="background-color:#090776">Inner text</div>

This div background color is #090776.

Border color

.myBorderColor { border: 1px solid #090776; }

<div style="border:3px solid #090776">Div</div>

This div border color is #090776.

Opacity

.myOpacity80 { color: #090776; opacity: 0.8; }

<p style="color:#090776;opacity:0.8;">80%</p>

Text with #090776 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #090776;}

<p style="text-shadow: 3px 3px 1px #090776">Text here.</p>

This text has shadow with #090776 color.


.textShadow {text-shadow: 3px 3px 1px #090776', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #090776, 5px 5px 20px red">Text here.</p>

This text has shadow with #090776 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#090776, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#090776, Direction=45, Strength=4)">Text</p>

This text has shadow with #090776 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #090776;
-webkit-box-shadow: 1px 1px 3px 2px #090776;
box-shadow: 1px 1px 3px 2px #090776;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #090776; -webkit-box-shadow: 1px 1px 3px 2px #090776; box-shadow:1px 1px 3px 2px #090776;">
Div content here
</div>

This div box has shadow with color #090776.

Preview

Color preview on black background

This text has color #090776 on black background.


Color preview on white background

This text has color #090776 on white background.


Black color preview on #090776 background

This text has black color on #090776 background.


White color preview on #090776 background

This text has white color on #090776 background.


Related colors

Complementary color

Complementary color for #hex is #F6F889.


I love getcolorcode.com

Triadic colors

1 #760907 and #077609 with #090776 are triadic colors.

2 #760709 and #070976 with #090776 are triadic colors.