Shades of Bali Hai #839EAC
Tints of Bali Hai #839EAC
RGB
CMYK
RGB Variations
Color information
#839EAC (or 0x839EAC) is known color: Bali Hai. HEX triplet: 83, 9E and AC. RGB value is (131,158,172). Sum of RGB (Red+Green+Blue) = 131+158+172=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #839EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839EAC is #7C6153. Grayscale: #979797. Windows color (decimal): -8151380 or 11312771. OLE color: 11312771.
HSL color Cylindrical-coordinate representation of color #839EAC: hue angle of 200.49º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #839EAC is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 158 | 172 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.33 |
| HSL | 200.49º | 0.2% | 0.59% | - |
| HSV(B) | 200.49º | 0.24% | 0.67% | - |
| XYZ | 29.03 | 32.26 | 43.73 | - |
| YUV | 151.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 172 | 0.24 | 0.08 | 0 | 0.33 | 200.49 | 0.2 | 0.59 |
| Hex | 83 | 9E | AC | 18 | 8 | 0 | 21 | C8 | 14 | 3B |
| Octal | 203 | 236 | 254 | 30 | 10 | 0 | 41 | 310 | 24 | 73 |
| Binary | 10000011 | 10011110 | 10101100 | 11000 | 1000 | 0 | 100001 | 11001000 | 10100 | 111011 |
Color Harmonies of #839EAC
Complementary color
Monochromatic Colors of #839EAC
Black with #839EAC
Text Example
Text Example
White with #839EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839EAC; }
p { color: rgb(131,158,172); }
H1.HeaderClassName
{
color: #839EAC;
}
.AnyTagClassName
{
color: #839EAC;
}
</style>
background-color css
<style>
a { background-color: #839EAC; }
a { background-color: rgb(131,158,172); }
div.DivClassName
{
background-color: #839EAC;
}
.BgClassName
{
background-color: #839EAC;
}
</style>
border-color css
<style>
span { border-color: #839EAC; }
span { border-color: rgb(131,158,172); }
td.TdClassName
{
border-color: #839EAC;
}
.TagClassName
{
border-color: #839EAC;
}
</style>