Shades of Bali Hai #839EAA
Tints of Bali Hai #839EAA
RGB
CMYK
RGB Variations
Color information
#839EAA (or 0x839EAA) is known color: Bali Hai. HEX triplet: 83, 9E and AA. RGB value is (131,158,170). Sum of RGB (Red+Green+Blue) = 131+158+170=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #839EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839EAA is #7C6155. Grayscale: #979797. Windows color (decimal): -8151382 or 11181699. OLE color: 11181699.
HSL color Cylindrical-coordinate representation of color #839EAA: hue angle of 198.46º 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 #839EAA is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 158 | 170 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.33 |
| HSL | 198.46º | 0.19% | 0.59% | - |
| HSV(B) | 198.46º | 0.23% | 0.67% | - |
| XYZ | 28.84 | 32.18 | 42.72 | - |
| YUV | 151.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 170 | 0.23 | 0.07 | 0 | 0.33 | 198.46 | 0.19 | 0.59 |
| Hex | 83 | 9E | AA | 17 | 7 | 0 | 21 | C6 | 13 | 3B |
| Octal | 203 | 236 | 252 | 27 | 7 | 0 | 41 | 306 | 23 | 73 |
| Binary | 10000011 | 10011110 | 10101010 | 10111 | 111 | 0 | 100001 | 11000110 | 10011 | 111011 |
Color Harmonies of #839EAA
Complementary color
Monochromatic Colors of #839EAA
Black with #839EAA
Text Example
Text Example
White with #839EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839EAA; }
p { color: rgb(131,158,170); }
H1.HeaderClassName
{
color: #839EAA;
}
.AnyTagClassName
{
color: #839EAA;
}
</style>
background-color css
<style>
a { background-color: #839EAA; }
a { background-color: rgb(131,158,170); }
div.DivClassName
{
background-color: #839EAA;
}
.BgClassName
{
background-color: #839EAA;
}
</style>
border-color css
<style>
span { border-color: #839EAA; }
span { border-color: rgb(131,158,170); }
td.TdClassName
{
border-color: #839EAA;
}
.TagClassName
{
border-color: #839EAA;
}
</style>