Shades of Eastern Blue #07899E
Tints of Eastern Blue #07899E
RGB
CMYK
RGB Variations
Color information
#07899E (or 0x07899E) is known color: Eastern Blue. HEX triplet: 07, 89 and 9E. RGB value is (7,137,158). Sum of RGB (Red+Green+Blue) = 7+137+158=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #07899E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07899E is #F87661. Grayscale: #646464. Windows color (decimal): -16283234 or 10389767. OLE color: 10389767.
HSL color Cylindrical-coordinate representation of color #07899E: hue angle of 188.34º degrees, saturation: 0.92, 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 #07899E is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 137 | 158 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.38 |
| HSL | 188.34º | 0.92% | 0.32% | - |
| HSV(B) | 188.34º | 0.96% | 0.62% | - |
| XYZ | 15.2 | 20.41 | 35.48 | - |
| YUV | 100.52 | 160.43 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 158 | 0.96 | 0.13 | 0 | 0.38 | 188.34 | 0.92 | 0.32 |
| Hex | 7 | 89 | 9E | 60 | D | 0 | 26 | BC | 5C | 20 |
| Octal | 7 | 211 | 236 | 140 | 15 | 0 | 46 | 274 | 134 | 40 |
| Binary | 111 | 10001001 | 10011110 | 1100000 | 1101 | 0 | 100110 | 10111100 | 1011100 | 100000 |
Color Harmonies of #07899E
Complementary color
Monochromatic Colors of #07899E
Black with #07899E
Text Example
Text Example
White with #07899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07899E; }
p { color: rgb(7,137,158); }
H1.HeaderClassName
{
color: #07899E;
}
.AnyTagClassName
{
color: #07899E;
}
</style>
background-color css
<style>
a { background-color: #07899E; }
a { background-color: rgb(7,137,158); }
div.DivClassName
{
background-color: #07899E;
}
.BgClassName
{
background-color: #07899E;
}
</style>
border-color css
<style>
span { border-color: #07899E; }
span { border-color: rgb(7,137,158); }
td.TdClassName
{
border-color: #07899E;
}
.TagClassName
{
border-color: #07899E;
}
</style>