Shades of Eastern Blue #07899C
Tints of Eastern Blue #07899C
RGB
CMYK
RGB Variations
Color information
#07899C (or 0x07899C) is known color: Eastern Blue. HEX triplet: 07, 89 and 9C. RGB value is (7,137,156). Sum of RGB (Red+Green+Blue) = 7+137+156=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #07899C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07899C is #F87663. Grayscale: #646464. Windows color (decimal): -16283236 or 10258695. OLE color: 10258695.
HSL color Cylindrical-coordinate representation of color #07899C: hue angle of 187.65º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07899C is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 137 | 156 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.39 |
| HSL | 187.65º | 0.91% | 0.32% | - |
| HSV(B) | 187.65º | 0.96% | 0.61% | - |
| XYZ | 15.03 | 20.34 | 34.59 | - |
| YUV | 100.3 | 159.43 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 156 | 0.96 | 0.12 | 0 | 0.39 | 187.65 | 0.91 | 0.32 |
| Hex | 7 | 89 | 9C | 60 | C | 0 | 27 | BC | 5B | 20 |
| Octal | 7 | 211 | 234 | 140 | 14 | 0 | 47 | 274 | 133 | 40 |
| Binary | 111 | 10001001 | 10011100 | 1100000 | 1100 | 0 | 100111 | 10111100 | 1011011 | 100000 |
Color Harmonies of #07899C
Complementary color
Monochromatic Colors of #07899C
Black with #07899C
Text Example
Text Example
White with #07899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07899C; }
p { color: rgb(7,137,156); }
H1.HeaderClassName
{
color: #07899C;
}
.AnyTagClassName
{
color: #07899C;
}
</style>
background-color css
<style>
a { background-color: #07899C; }
a { background-color: rgb(7,137,156); }
div.DivClassName
{
background-color: #07899C;
}
.BgClassName
{
background-color: #07899C;
}
</style>
border-color css
<style>
span { border-color: #07899C; }
span { border-color: rgb(7,137,156); }
td.TdClassName
{
border-color: #07899C;
}
.TagClassName
{
border-color: #07899C;
}
</style>