Shades of Eastern Blue #08778F
Tints of Eastern Blue #08778F
RGB
CMYK
RGB Variations
Color information
#08778F (or 0x08778F) is known color: Eastern Blue. HEX triplet: 08, 77 and 8F. RGB value is (8,119,143). Sum of RGB (Red+Green+Blue) = 8+119+143=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #08778F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08778F is #F78870. Grayscale: #585858. Windows color (decimal): -16222321 or 9402120. OLE color: 9402120.
HSL color Cylindrical-coordinate representation of color #08778F: hue angle of 190.67º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08778F is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 119 | 143 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.44 |
| HSL | 190.67º | 0.89% | 0.3% | - |
| HSV(B) | 190.67º | 0.94% | 0.56% | - |
| XYZ | 11.65 | 15.23 | 28.31 | - |
| YUV | 88.55 | 158.73 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 143 | 0.94 | 0.17 | 0 | 0.44 | 190.67 | 0.89 | 0.3 |
| Hex | 8 | 77 | 8F | 5E | 11 | 0 | 2C | BF | 59 | 1E |
| Octal | 10 | 167 | 217 | 136 | 21 | 0 | 54 | 277 | 131 | 36 |
| Binary | 1000 | 1110111 | 10001111 | 1011110 | 10001 | 0 | 101100 | 10111111 | 1011001 | 11110 |
Color Harmonies of #08778F
Complementary color
Monochromatic Colors of #08778F
Black with #08778F
Text Example
Text Example
White with #08778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08778F; }
p { color: rgb(8,119,143); }
H1.HeaderClassName
{
color: #08778F;
}
.AnyTagClassName
{
color: #08778F;
}
</style>
background-color css
<style>
a { background-color: #08778F; }
a { background-color: rgb(8,119,143); }
div.DivClassName
{
background-color: #08778F;
}
.BgClassName
{
background-color: #08778F;
}
</style>
border-color css
<style>
span { border-color: #08778F; }
span { border-color: rgb(8,119,143); }
td.TdClassName
{
border-color: #08778F;
}
.TagClassName
{
border-color: #08778F;
}
</style>