Shades of Eastern Blue #07879D
Tints of Eastern Blue #07879D
RGB
CMYK
RGB Variations
Color information
#07879D (or 0x07879D) is known color: Eastern Blue. HEX triplet: 07, 87 and 9D. RGB value is (7,135,157). Sum of RGB (Red+Green+Blue) = 7+135+157=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #07879D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07879D is #F87862. Grayscale: #636363. Windows color (decimal): -16283747 or 10323719. OLE color: 10323719.
HSL color Cylindrical-coordinate representation of color #07879D: hue angle of 188.8º degrees, saturation: 0.91, 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 #07879D is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 135 | 157 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.38 |
| HSL | 188.8º | 0.91% | 0.32% | - |
| HSV(B) | 188.8º | 0.96% | 0.62% | - |
| XYZ | 14.84 | 19.81 | 34.94 | - |
| YUV | 99.24 | 160.59 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 157 | 0.96 | 0.14 | 0 | 0.38 | 188.8 | 0.91 | 0.32 |
| Hex | 7 | 87 | 9D | 60 | E | 0 | 26 | BD | 5B | 20 |
| Octal | 7 | 207 | 235 | 140 | 16 | 0 | 46 | 275 | 133 | 40 |
| Binary | 111 | 10000111 | 10011101 | 1100000 | 1110 | 0 | 100110 | 10111101 | 1011011 | 100000 |
Color Harmonies of #07879D
Complementary color
Monochromatic Colors of #07879D
Black with #07879D
Text Example
Text Example
White with #07879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07879D; }
p { color: rgb(7,135,157); }
H1.HeaderClassName
{
color: #07879D;
}
.AnyTagClassName
{
color: #07879D;
}
</style>
background-color css
<style>
a { background-color: #07879D; }
a { background-color: rgb(7,135,157); }
div.DivClassName
{
background-color: #07879D;
}
.BgClassName
{
background-color: #07879D;
}
</style>
border-color css
<style>
span { border-color: #07879D; }
span { border-color: rgb(7,135,157); }
td.TdClassName
{
border-color: #07879D;
}
.TagClassName
{
border-color: #07879D;
}
</style>