Shades of Eastern Blue #087F91
Tints of Eastern Blue #087F91
RGB
CMYK
RGB Variations
Color information
#087F91 (or 0x087F91) is known color: Eastern Blue. HEX triplet: 08, 7F and 91. RGB value is (8,127,145). Sum of RGB (Red+Green+Blue) = 8+127+145=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #087F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087F91 is #F7806E. Grayscale: #5D5D5D. Windows color (decimal): -16220271 or 9535240. OLE color: 9535240.
HSL color Cylindrical-coordinate representation of color #087F91: hue angle of 187.88º 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 #087F91 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 127 | 145 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.43 |
| HSL | 187.88º | 0.9% | 0.3% | - |
| HSV(B) | 187.88º | 0.94% | 0.57% | - |
| XYZ | 12.8 | 17.27 | 29.45 | - |
| YUV | 93.47 | 157.08 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 145 | 0.94 | 0.12 | 0 | 0.43 | 187.88 | 0.9 | 0.3 |
| Hex | 8 | 7F | 91 | 5E | C | 0 | 2B | BC | 5A | 1E |
| Octal | 10 | 177 | 221 | 136 | 14 | 0 | 53 | 274 | 132 | 36 |
| Binary | 1000 | 1111111 | 10010001 | 1011110 | 1100 | 0 | 101011 | 10111100 | 1011010 | 11110 |
Color Harmonies of #087F91
Complementary color
Monochromatic Colors of #087F91
Black with #087F91
Text Example
Text Example
White with #087F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F91; }
p { color: rgb(8,127,145); }
H1.HeaderClassName
{
color: #087F91;
}
.AnyTagClassName
{
color: #087F91;
}
</style>
background-color css
<style>
a { background-color: #087F91; }
a { background-color: rgb(8,127,145); }
div.DivClassName
{
background-color: #087F91;
}
.BgClassName
{
background-color: #087F91;
}
</style>
border-color css
<style>
span { border-color: #087F91; }
span { border-color: rgb(8,127,145); }
td.TdClassName
{
border-color: #087F91;
}
.TagClassName
{
border-color: #087F91;
}
</style>