Shades of Eastern Blue #078897
Tints of Eastern Blue #078897
RGB
CMYK
RGB Variations
Color information
#078897 (or 0x078897) is known color: Eastern Blue. HEX triplet: 07, 88 and 97. RGB value is (7,136,151). Sum of RGB (Red+Green+Blue) = 7+136+151=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #078897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078897 is #F87768. Grayscale: #626262. Windows color (decimal): -16283497 or 9930759. OLE color: 9930759.
HSL color Cylindrical-coordinate representation of color #078897: hue angle of 186.25º degrees, saturation: 0.91, 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 #078897 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 136 | 151 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.41 |
| HSL | 186.25º | 0.91% | 0.31% | - |
| HSV(B) | 186.25º | 0.95% | 0.59% | - |
| XYZ | 14.48 | 19.89 | 32.35 | - |
| YUV | 99.14 | 157.26 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 151 | 0.95 | 0.10 | 0 | 0.41 | 186.25 | 0.91 | 0.31 |
| Hex | 7 | 88 | 97 | 5F | A | 0 | 29 | BA | 5B | 1F |
| Octal | 7 | 210 | 227 | 137 | 12 | 0 | 51 | 272 | 133 | 37 |
| Binary | 111 | 10001000 | 10010111 | 1011111 | 1010 | 0 | 101001 | 10111010 | 1011011 | 11111 |
Color Harmonies of #078897
Complementary color
Monochromatic Colors of #078897
Black with #078897
Text Example
Text Example
White with #078897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078897; }
p { color: rgb(7,136,151); }
H1.HeaderClassName
{
color: #078897;
}
.AnyTagClassName
{
color: #078897;
}
</style>
background-color css
<style>
a { background-color: #078897; }
a { background-color: rgb(7,136,151); }
div.DivClassName
{
background-color: #078897;
}
.BgClassName
{
background-color: #078897;
}
</style>
border-color css
<style>
span { border-color: #078897; }
span { border-color: rgb(7,136,151); }
td.TdClassName
{
border-color: #078897;
}
.TagClassName
{
border-color: #078897;
}
</style>