Shades of Eastern Blue #07889E
Tints of Eastern Blue #07889E
RGB
CMYK
RGB Variations
Color information
#07889E (or 0x07889E) is known color: Eastern Blue. HEX triplet: 07, 88 and 9E. RGB value is (7,136,158). Sum of RGB (Red+Green+Blue) = 7+136+158=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #07889E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07889E is #F87761. Grayscale: #636363. Windows color (decimal): -16283490 or 10389511. OLE color: 10389511.
HSL color Cylindrical-coordinate representation of color #07889E: hue angle of 188.74º 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 #07889E is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 136 | 158 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.38 |
| HSL | 188.74º | 0.92% | 0.32% | - |
| HSV(B) | 188.74º | 0.96% | 0.62% | - |
| XYZ | 15.06 | 20.12 | 35.44 | - |
| YUV | 99.94 | 160.76 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 158 | 0.96 | 0.14 | 0 | 0.38 | 188.74 | 0.92 | 0.32 |
| Hex | 7 | 88 | 9E | 60 | E | 0 | 26 | BD | 5C | 20 |
| Octal | 7 | 210 | 236 | 140 | 16 | 0 | 46 | 275 | 134 | 40 |
| Binary | 111 | 10001000 | 10011110 | 1100000 | 1110 | 0 | 100110 | 10111101 | 1011100 | 100000 |
Color Harmonies of #07889E
Complementary color
Monochromatic Colors of #07889E
Black with #07889E
Text Example
Text Example
White with #07889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07889E; }
p { color: rgb(7,136,158); }
H1.HeaderClassName
{
color: #07889E;
}
.AnyTagClassName
{
color: #07889E;
}
</style>
background-color css
<style>
a { background-color: #07889E; }
a { background-color: rgb(7,136,158); }
div.DivClassName
{
background-color: #07889E;
}
.BgClassName
{
background-color: #07889E;
}
</style>
border-color css
<style>
span { border-color: #07889E; }
span { border-color: rgb(7,136,158); }
td.TdClassName
{
border-color: #07889E;
}
.TagClassName
{
border-color: #07889E;
}
</style>