Shades of Eastern Blue #087891
Tints of Eastern Blue #087891
RGB
CMYK
RGB Variations
Color information
#087891 (or 0x087891) is known color: Eastern Blue. HEX triplet: 08, 78 and 91. RGB value is (8,120,145). Sum of RGB (Red+Green+Blue) = 8+120+145=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #087891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087891 is #F7876E. Grayscale: #595959. Windows color (decimal): -16222063 or 9533448. OLE color: 9533448.
HSL color Cylindrical-coordinate representation of color #087891: hue angle of 190.95º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087891 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 120 | 145 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.43 |
| HSL | 190.95º | 0.9% | 0.3% | - |
| HSV(B) | 190.95º | 0.94% | 0.57% | - |
| XYZ | 11.93 | 15.53 | 29.16 | - |
| YUV | 89.36 | 159.39 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 145 | 0.94 | 0.17 | 0 | 0.43 | 190.95 | 0.9 | 0.3 |
| Hex | 8 | 78 | 91 | 5E | 11 | 0 | 2B | BF | 5A | 1E |
| Octal | 10 | 170 | 221 | 136 | 21 | 0 | 53 | 277 | 132 | 36 |
| Binary | 1000 | 1111000 | 10010001 | 1011110 | 10001 | 0 | 101011 | 10111111 | 1011010 | 11110 |
Color Harmonies of #087891
Complementary color
Monochromatic Colors of #087891
Black with #087891
Text Example
Text Example
White with #087891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087891; }
p { color: rgb(8,120,145); }
H1.HeaderClassName
{
color: #087891;
}
.AnyTagClassName
{
color: #087891;
}
</style>
background-color css
<style>
a { background-color: #087891; }
a { background-color: rgb(8,120,145); }
div.DivClassName
{
background-color: #087891;
}
.BgClassName
{
background-color: #087891;
}
</style>
border-color css
<style>
span { border-color: #087891; }
span { border-color: rgb(8,120,145); }
td.TdClassName
{
border-color: #087891;
}
.TagClassName
{
border-color: #087891;
}
</style>