Shades of Eastern Blue #08839A
Tints of Eastern Blue #08839A
RGB
CMYK
RGB Variations
Color information
#08839A (or 0x08839A) is known color: Eastern Blue. HEX triplet: 08, 83 and 9A. RGB value is (8,131,154). Sum of RGB (Red+Green+Blue) = 8+131+154=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #08839A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08839A is #F77C65. Grayscale: #606060. Windows color (decimal): -16219238 or 10126088. OLE color: 10126088.
HSL color Cylindrical-coordinate representation of color #08839A: hue angle of 189.45º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08839A is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 131 | 154 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.40 |
| HSL | 189.45º | 0.9% | 0.32% | - |
| HSV(B) | 189.45º | 0.95% | 0.6% | - |
| XYZ | 14.05 | 18.62 | 33.42 | - |
| YUV | 96.85 | 160.25 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 154 | 0.95 | 0.15 | 0 | 0.40 | 189.45 | 0.9 | 0.32 |
| Hex | 8 | 83 | 9A | 5F | F | 0 | 28 | BD | 5A | 20 |
| Octal | 10 | 203 | 232 | 137 | 17 | 0 | 50 | 275 | 132 | 40 |
| Binary | 1000 | 10000011 | 10011010 | 1011111 | 1111 | 0 | 101000 | 10111101 | 1011010 | 100000 |
Color Harmonies of #08839A
Complementary color
Monochromatic Colors of #08839A
Black with #08839A
Text Example
Text Example
White with #08839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08839A; }
p { color: rgb(8,131,154); }
H1.HeaderClassName
{
color: #08839A;
}
.AnyTagClassName
{
color: #08839A;
}
</style>
background-color css
<style>
a { background-color: #08839A; }
a { background-color: rgb(8,131,154); }
div.DivClassName
{
background-color: #08839A;
}
.BgClassName
{
background-color: #08839A;
}
</style>
border-color css
<style>
span { border-color: #08839A; }
span { border-color: rgb(8,131,154); }
td.TdClassName
{
border-color: #08839A;
}
.TagClassName
{
border-color: #08839A;
}
</style>