Shades of Eastern Blue #078FA7
Tints of Eastern Blue #078FA7
RGB
CMYK
RGB Variations
Color information
#078FA7 (or 0x078FA7) is known color: Eastern Blue. HEX triplet: 07, 8F and A7. RGB value is (7,143,167). Sum of RGB (Red+Green+Blue) = 7+143+167=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 167 (65.62% from 255 or 52.68% from 317); Max value from RGB is 167 - color contains mainly: blue. Hex color #078FA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078FA7 is #F87058. Grayscale: #686868. Windows color (decimal): -16281689 or 10981127. OLE color: 10981127.
HSL color Cylindrical-coordinate representation of color #078FA7: hue angle of 189º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078FA7 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 143 | 167 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.35 |
| HSL | 189º | 0.92% | 0.34% | - |
| HSV(B) | 189º | 0.96% | 0.65% | - |
| XYZ | 16.89 | 22.48 | 40.01 | - |
| YUV | 105.07 | 162.94 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 167 | 0.96 | 0.14 | 0 | 0.35 | 189 | 0.92 | 0.34 |
| Hex | 7 | 8F | A7 | 60 | E | 0 | 23 | BD | 5C | 22 |
| Octal | 7 | 217 | 247 | 140 | 16 | 0 | 43 | 275 | 134 | 42 |
| Binary | 111 | 10001111 | 10100111 | 1100000 | 1110 | 0 | 100011 | 10111101 | 1011100 | 100010 |
Color Harmonies of #078FA7
Complementary color
Monochromatic Colors of #078FA7
Black with #078FA7
Text Example
Text Example
White with #078FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FA7; }
p { color: rgb(7,143,167); }
H1.HeaderClassName
{
color: #078FA7;
}
.AnyTagClassName
{
color: #078FA7;
}
</style>
background-color css
<style>
a { background-color: #078FA7; }
a { background-color: rgb(7,143,167); }
div.DivClassName
{
background-color: #078FA7;
}
.BgClassName
{
background-color: #078FA7;
}
</style>
border-color css
<style>
span { border-color: #078FA7; }
span { border-color: rgb(7,143,167); }
td.TdClassName
{
border-color: #078FA7;
}
.TagClassName
{
border-color: #078FA7;
}
</style>