Shades of Bali Hai #839EAB
Tints of Bali Hai #839EAB
RGB
CMYK
RGB Variations
Color information
#839EAB (or 0x839EAB) is known color: Bali Hai. HEX triplet: 83, 9E and AB. RGB value is (131,158,171). Sum of RGB (Red+Green+Blue) = 131+158+171=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #839EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839EAB is #7C6154. Grayscale: #979797. Windows color (decimal): -8151381 or 11247235. OLE color: 11247235.
HSL color Cylindrical-coordinate representation of color #839EAB: hue angle of 199.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #839EAB is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 158 | 171 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.33 |
| HSL | 199.5º | 0.19% | 0.59% | - |
| HSV(B) | 199.5º | 0.23% | 0.67% | - |
| XYZ | 28.94 | 32.22 | 43.22 | - |
| YUV | 151.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 171 | 0.23 | 0.08 | 0 | 0.33 | 199.5 | 0.19 | 0.59 |
| Hex | 83 | 9E | AB | 17 | 8 | 0 | 21 | C8 | 13 | 3B |
| Octal | 203 | 236 | 253 | 27 | 10 | 0 | 41 | 310 | 23 | 73 |
| Binary | 10000011 | 10011110 | 10101011 | 10111 | 1000 | 0 | 100001 | 11001000 | 10011 | 111011 |
Color Harmonies of #839EAB
Complementary color
Monochromatic Colors of #839EAB
Black with #839EAB
Text Example
Text Example
White with #839EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839EAB; }
p { color: rgb(131,158,171); }
H1.HeaderClassName
{
color: #839EAB;
}
.AnyTagClassName
{
color: #839EAB;
}
</style>
background-color css
<style>
a { background-color: #839EAB; }
a { background-color: rgb(131,158,171); }
div.DivClassName
{
background-color: #839EAB;
}
.BgClassName
{
background-color: #839EAB;
}
</style>
border-color css
<style>
span { border-color: #839EAB; }
span { border-color: rgb(131,158,171); }
td.TdClassName
{
border-color: #839EAB;
}
.TagClassName
{
border-color: #839EAB;
}
</style>