Shades of Eastern Blue #087F9A
Tints of Eastern Blue #087F9A
RGB
CMYK
RGB Variations
Color information
#087F9A (or 0x087F9A) is known color: Eastern Blue. HEX triplet: 08, 7F and 9A. RGB value is (8,127,154). Sum of RGB (Red+Green+Blue) = 8+127+154=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #087F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087F9A is #F78065. Grayscale: #5E5E5E. Windows color (decimal): -16220262 or 10125064. OLE color: 10125064.
HSL color Cylindrical-coordinate representation of color #087F9A: hue angle of 191.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087F9A is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 127 | 154 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.40 |
| HSL | 191.1º | 0.9% | 0.32% | - |
| HSV(B) | 191.1º | 0.95% | 0.6% | - |
| XYZ | 13.52 | 17.56 | 33.25 | - |
| YUV | 94.5 | 161.58 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 154 | 0.95 | 0.18 | 0 | 0.40 | 191.1 | 0.9 | 0.32 |
| Hex | 8 | 7F | 9A | 5F | 12 | 0 | 28 | BF | 5A | 20 |
| Octal | 10 | 177 | 232 | 137 | 22 | 0 | 50 | 277 | 132 | 40 |
| Binary | 1000 | 1111111 | 10011010 | 1011111 | 10010 | 0 | 101000 | 10111111 | 1011010 | 100000 |
Color Harmonies of #087F9A
Complementary color
Monochromatic Colors of #087F9A
Black with #087F9A
Text Example
Text Example
White with #087F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F9A; }
p { color: rgb(8,127,154); }
H1.HeaderClassName
{
color: #087F9A;
}
.AnyTagClassName
{
color: #087F9A;
}
</style>
background-color css
<style>
a { background-color: #087F9A; }
a { background-color: rgb(8,127,154); }
div.DivClassName
{
background-color: #087F9A;
}
.BgClassName
{
background-color: #087F9A;
}
</style>
border-color css
<style>
span { border-color: #087F9A; }
span { border-color: rgb(8,127,154); }
td.TdClassName
{
border-color: #087F9A;
}
.TagClassName
{
border-color: #087F9A;
}
</style>