Shades of Eastern Blue #078B9C
Tints of Eastern Blue #078B9C
RGB
CMYK
RGB Variations
Color information
#078B9C (or 0x078B9C) is known color: Eastern Blue. HEX triplet: 07, 8B and 9C. RGB value is (7,139,156). Sum of RGB (Red+Green+Blue) = 7+139+156=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #078B9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078B9C is #F87463. Grayscale: #656565. Windows color (decimal): -16282724 or 10259207. OLE color: 10259207.
HSL color Cylindrical-coordinate representation of color #078B9C: hue angle of 186.85º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078B9C is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 139 | 156 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.39 |
| HSL | 186.85º | 0.91% | 0.32% | - |
| HSV(B) | 186.85º | 0.96% | 0.61% | - |
| XYZ | 15.32 | 20.91 | 34.68 | - |
| YUV | 101.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 156 | 0.96 | 0.11 | 0 | 0.39 | 186.85 | 0.91 | 0.32 |
| Hex | 7 | 8B | 9C | 60 | B | 0 | 27 | BB | 5B | 20 |
| Octal | 7 | 213 | 234 | 140 | 13 | 0 | 47 | 273 | 133 | 40 |
| Binary | 111 | 10001011 | 10011100 | 1100000 | 1011 | 0 | 100111 | 10111011 | 1011011 | 100000 |
Color Harmonies of #078B9C
Complementary color
Monochromatic Colors of #078B9C
Black with #078B9C
Text Example
Text Example
White with #078B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B9C; }
p { color: rgb(7,139,156); }
H1.HeaderClassName
{
color: #078B9C;
}
.AnyTagClassName
{
color: #078B9C;
}
</style>
background-color css
<style>
a { background-color: #078B9C; }
a { background-color: rgb(7,139,156); }
div.DivClassName
{
background-color: #078B9C;
}
.BgClassName
{
background-color: #078B9C;
}
</style>
border-color css
<style>
span { border-color: #078B9C; }
span { border-color: rgb(7,139,156); }
td.TdClassName
{
border-color: #078B9C;
}
.TagClassName
{
border-color: #078B9C;
}
</style>