Shades of Eastern Blue #087A97
Tints of Eastern Blue #087A97
RGB
CMYK
RGB Variations
Color information
#087A97 (or 0x087A97) is known color: Eastern Blue. HEX triplet: 08, 7A and 97. RGB value is (8,122,151). Sum of RGB (Red+Green+Blue) = 8+122+151=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #087A97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087A97 is #F78568. Grayscale: #5A5A5A. Windows color (decimal): -16221545 or 9927176. OLE color: 9927176.
HSL color Cylindrical-coordinate representation of color #087A97: hue angle of 192.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087A97 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 122 | 151 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.41 |
| HSL | 192.17º | 0.9% | 0.31% | - |
| HSV(B) | 192.17º | 0.95% | 0.59% | - |
| XYZ | 12.65 | 16.21 | 31.74 | - |
| YUV | 91.22 | 161.73 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 151 | 0.95 | 0.19 | 0 | 0.41 | 192.17 | 0.9 | 0.31 |
| Hex | 8 | 7A | 97 | 5F | 13 | 0 | 29 | C0 | 5A | 1F |
| Octal | 10 | 172 | 227 | 137 | 23 | 0 | 51 | 300 | 132 | 37 |
| Binary | 1000 | 1111010 | 10010111 | 1011111 | 10011 | 0 | 101001 | 11000000 | 1011010 | 11111 |
Color Harmonies of #087A97
Complementary color
Monochromatic Colors of #087A97
Black with #087A97
Text Example
Text Example
White with #087A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A97; }
p { color: rgb(8,122,151); }
H1.HeaderClassName
{
color: #087A97;
}
.AnyTagClassName
{
color: #087A97;
}
</style>
background-color css
<style>
a { background-color: #087A97; }
a { background-color: rgb(8,122,151); }
div.DivClassName
{
background-color: #087A97;
}
.BgClassName
{
background-color: #087A97;
}
</style>
border-color css
<style>
span { border-color: #087A97; }
span { border-color: rgb(8,122,151); }
td.TdClassName
{
border-color: #087A97;
}
.TagClassName
{
border-color: #087A97;
}
</style>