Shades of Eastern Blue #08839E
Tints of Eastern Blue #08839E
RGB
CMYK
RGB Variations
Color information
#08839E (or 0x08839E) is known color: Eastern Blue. HEX triplet: 08, 83 and 9E. RGB value is (8,131,158). Sum of RGB (Red+Green+Blue) = 8+131+158=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #08839E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08839E is #F77C61. Grayscale: #616161. Windows color (decimal): -16219234 or 10388232. OLE color: 10388232.
HSL color Cylindrical-coordinate representation of color #08839E: hue angle of 190.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08839E is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 131 | 158 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.38 |
| HSL | 190.8º | 0.9% | 0.33% | - |
| HSV(B) | 190.8º | 0.95% | 0.62% | - |
| XYZ | 14.39 | 18.75 | 35.21 | - |
| YUV | 97.3 | 162.25 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 158 | 0.95 | 0.17 | 0 | 0.38 | 190.8 | 0.9 | 0.33 |
| Hex | 8 | 83 | 9E | 5F | 11 | 0 | 26 | BF | 5A | 21 |
| Octal | 10 | 203 | 236 | 137 | 21 | 0 | 46 | 277 | 132 | 41 |
| Binary | 1000 | 10000011 | 10011110 | 1011111 | 10001 | 0 | 100110 | 10111111 | 1011010 | 100001 |
Color Harmonies of #08839E
Complementary color
Monochromatic Colors of #08839E
Black with #08839E
Text Example
Text Example
White with #08839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08839E; }
p { color: rgb(8,131,158); }
H1.HeaderClassName
{
color: #08839E;
}
.AnyTagClassName
{
color: #08839E;
}
</style>
background-color css
<style>
a { background-color: #08839E; }
a { background-color: rgb(8,131,158); }
div.DivClassName
{
background-color: #08839E;
}
.BgClassName
{
background-color: #08839E;
}
</style>
border-color css
<style>
span { border-color: #08839E; }
span { border-color: rgb(8,131,158); }
td.TdClassName
{
border-color: #08839E;
}
.TagClassName
{
border-color: #08839E;
}
</style>