Shades of Eastern Blue #078F9D
Tints of Eastern Blue #078F9D
RGB
CMYK
RGB Variations
Color information
#078F9D (or 0x078F9D) is known color: Eastern Blue. HEX triplet: 07, 8F and 9D. RGB value is (7,143,157). Sum of RGB (Red+Green+Blue) = 7+143+157=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #078F9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F9D is #F87062. Grayscale: #676767. Windows color (decimal): -16281699 or 10325767. OLE color: 10325767.
HSL color Cylindrical-coordinate representation of color #078F9D: hue angle of 185.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078F9D is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 143 | 157 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.38 |
| HSL | 185.6º | 0.91% | 0.32% | - |
| HSV(B) | 185.6º | 0.96% | 0.62% | - |
| XYZ | 16 | 22.12 | 35.33 | - |
| YUV | 103.93 | 157.94 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 157 | 0.96 | 0.09 | 0 | 0.38 | 185.6 | 0.91 | 0.32 |
| Hex | 7 | 8F | 9D | 60 | 9 | 0 | 26 | BA | 5B | 20 |
| Octal | 7 | 217 | 235 | 140 | 11 | 0 | 46 | 272 | 133 | 40 |
| Binary | 111 | 10001111 | 10011101 | 1100000 | 1001 | 0 | 100110 | 10111010 | 1011011 | 100000 |
Color Harmonies of #078F9D
Complementary color
Monochromatic Colors of #078F9D
Black with #078F9D
Text Example
Text Example
White with #078F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F9D; }
p { color: rgb(7,143,157); }
H1.HeaderClassName
{
color: #078F9D;
}
.AnyTagClassName
{
color: #078F9D;
}
</style>
background-color css
<style>
a { background-color: #078F9D; }
a { background-color: rgb(7,143,157); }
div.DivClassName
{
background-color: #078F9D;
}
.BgClassName
{
background-color: #078F9D;
}
</style>
border-color css
<style>
span { border-color: #078F9D; }
span { border-color: rgb(7,143,157); }
td.TdClassName
{
border-color: #078F9D;
}
.TagClassName
{
border-color: #078F9D;
}
</style>