COLOR #090856

HEX: #090856
RGB: (9,8,86)

Color info

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

RGB color model

#090856 color RGB value is (9,8,86).

  • red value is 9;
  • green value is 8;
  • blue value is 86.
RGB:
(9,8,86)
(4%,3%,34%)

RGB channels and saturation

R 9 of 255 = 4%
G 8 of 255 = 3%
B 86 of 255 = 34%

9
8
86

R + G + B ~ 14%. #090856 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 8 + 86 = 103 (100%)
R 9 of 103 ~ 8.74%
G 8 of 103 ~ 7.77%
B 86 of 103 ~ 83.5%

%83.5

CMYK color model

#090856 color CMYK value is (90,91,0,66).

  • cyan value is 89.53%
  • magenta value is 90.70%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(90,91,0,66)
C90M91Y0K66 
(90%,91%,0%,66%)
(0.90/0.91/0.00/0.66)	

CMYK percentages

%89.53
%90.7
%0
%66.27

Codes

Color #090856 in popluar color models

090856
RGB9886
HSL241°82.98%18.43%
HSB/HSV241°90.70%33.73%
CMYK89.53%90.70%0.00%
66.27%

Color #090856 in popluar number systems.

HEX090856
Decimal9886
Binary100110001010110
Octal1110126

Shades and tints

Shades of #090856

#090856
(9,8,86)
#09084F
(9,8,79)
#090848
(9,8,72)
#090841
(9,8,65)
#09083A
(9,8,58)
#090833
(9,8,51)
#09082C
(9,8,44)
#090825
(9,8,37)
#09081E
(9,8,30)
#090817
(9,8,23)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #090856

#090856
(9,8,86)
#1F1E65
(31,30,101)
#353474
(53,52,116)
#4B4A83
(75,74,131)
#616092
(97,96,146)
#7776A1
(119,118,161)
#8D8CB0
(141,140,176)
#A3A2BF
(163,162,191)
#B9B8CE
(185,184,206)
#CFCEDD
(207,206,221)
#E5E4EC
(229,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090856 color. Also use rgb(9,8,86) instead hex code.

Text Font Color

.myTextColor { color: #090856; }

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

This text font color is #090856.


Background Color

.myBgColor { background-color: #090856; }

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

This div background color is #090856.


Border color

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

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

This div border color is #090856.


Opacity

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

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

Text with #090856 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 #090856;}

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

This text has shadow with #090856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090856 on black background.


Color preview on white background

This text has color #090856 on white background.



Black color preview on #090856 background

This text has black color on #090856 background.


White color preview on #090856 background

This text has white color on #090856 background.