Shades of Eastern Blue #07899F
Tints of Eastern Blue #07899F
RGB
CMYK
RGB Variations
Color information
#07899F (or 0x07899F) is known color: Eastern Blue. HEX triplet: 07, 89 and 9F. RGB value is (7,137,159). Sum of RGB (Red+Green+Blue) = 7+137+159=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #07899F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07899F is #F87660. Grayscale: #646464. Windows color (decimal): -16283233 or 10455303. OLE color: 10455303.
HSL color Cylindrical-coordinate representation of color #07899F: hue angle of 188.68º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07899F is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 137 | 159 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.38 |
| HSL | 188.68º | 0.92% | 0.33% | - |
| HSV(B) | 188.68º | 0.96% | 0.62% | - |
| XYZ | 15.29 | 20.44 | 35.94 | - |
| YUV | 100.64 | 160.93 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 159 | 0.96 | 0.14 | 0 | 0.38 | 188.68 | 0.92 | 0.33 |
| Hex | 7 | 89 | 9F | 60 | E | 0 | 26 | BD | 5C | 21 |
| Octal | 7 | 211 | 237 | 140 | 16 | 0 | 46 | 275 | 134 | 41 |
| Binary | 111 | 10001001 | 10011111 | 1100000 | 1110 | 0 | 100110 | 10111101 | 1011100 | 100001 |
Color Harmonies of #07899F
Complementary color
Monochromatic Colors of #07899F
Black with #07899F
Text Example
Text Example
White with #07899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07899F; }
p { color: rgb(7,137,159); }
H1.HeaderClassName
{
color: #07899F;
}
.AnyTagClassName
{
color: #07899F;
}
</style>
background-color css
<style>
a { background-color: #07899F; }
a { background-color: rgb(7,137,159); }
div.DivClassName
{
background-color: #07899F;
}
.BgClassName
{
background-color: #07899F;
}
</style>
border-color css
<style>
span { border-color: #07899F; }
span { border-color: rgb(7,137,159); }
td.TdClassName
{
border-color: #07899F;
}
.TagClassName
{
border-color: #07899F;
}
</style>