Shades of Eastern Blue #07839D
Tints of Eastern Blue #07839D
RGB
CMYK
RGB Variations
Color information
#07839D (or 0x07839D) is known color: Eastern Blue. HEX triplet: 07, 83 and 9D. RGB value is (7,131,157). Sum of RGB (Red+Green+Blue) = 7+131+157=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #07839D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07839D is #F87C62. Grayscale: #606060. Windows color (decimal): -16284771 or 10322695. OLE color: 10322695.
HSL color Cylindrical-coordinate representation of color #07839D: hue angle of 190.4º 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 #07839D is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 131 | 157 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.38 |
| HSL | 190.4º | 0.91% | 0.32% | - |
| HSV(B) | 190.4º | 0.96% | 0.62% | - |
| XYZ | 14.29 | 18.71 | 34.76 | - |
| YUV | 96.89 | 161.92 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 157 | 0.96 | 0.17 | 0 | 0.38 | 190.4 | 0.91 | 0.32 |
| Hex | 7 | 83 | 9D | 60 | 11 | 0 | 26 | BE | 5B | 20 |
| Octal | 7 | 203 | 235 | 140 | 21 | 0 | 46 | 276 | 133 | 40 |
| Binary | 111 | 10000011 | 10011101 | 1100000 | 10001 | 0 | 100110 | 10111110 | 1011011 | 100000 |
Color Harmonies of #07839D
Complementary color
Monochromatic Colors of #07839D
Black with #07839D
Text Example
Text Example
White with #07839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07839D; }
p { color: rgb(7,131,157); }
H1.HeaderClassName
{
color: #07839D;
}
.AnyTagClassName
{
color: #07839D;
}
</style>
background-color css
<style>
a { background-color: #07839D; }
a { background-color: rgb(7,131,157); }
div.DivClassName
{
background-color: #07839D;
}
.BgClassName
{
background-color: #07839D;
}
</style>
border-color css
<style>
span { border-color: #07839D; }
span { border-color: rgb(7,131,157); }
td.TdClassName
{
border-color: #07839D;
}
.TagClassName
{
border-color: #07839D;
}
</style>