Shades of Bali Hai #839EAD
Tints of Bali Hai #839EAD
RGB
CMYK
RGB Variations
Color information
#839EAD (or 0x839EAD) is known color: Bali Hai. HEX triplet: 83, 9E and AD. RGB value is (131,158,173). Sum of RGB (Red+Green+Blue) = 131+158+173=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #839EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839EAD is #7C6152. Grayscale: #979797. Windows color (decimal): -8151379 or 11378307. OLE color: 11378307.
HSL color Cylindrical-coordinate representation of color #839EAD: hue angle of 201.43º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #839EAD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 158 | 173 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.32 |
| HSL | 201.43º | 0.2% | 0.6% | - |
| HSV(B) | 201.43º | 0.24% | 0.68% | - |
| XYZ | 29.13 | 32.3 | 44.23 | - |
| YUV | 151.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 173 | 0.24 | 0.09 | 0 | 0.32 | 201.43 | 0.2 | 0.6 |
| Hex | 83 | 9E | AD | 18 | 9 | 0 | 20 | C9 | 14 | 3C |
| Octal | 203 | 236 | 255 | 30 | 11 | 0 | 40 | 311 | 24 | 74 |
| Binary | 10000011 | 10011110 | 10101101 | 11000 | 1001 | 0 | 100000 | 11001001 | 10100 | 111100 |
Color Harmonies of #839EAD
Complementary color
Monochromatic Colors of #839EAD
Black with #839EAD
Text Example
Text Example
White with #839EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839EAD; }
p { color: rgb(131,158,173); }
H1.HeaderClassName
{
color: #839EAD;
}
.AnyTagClassName
{
color: #839EAD;
}
</style>
background-color css
<style>
a { background-color: #839EAD; }
a { background-color: rgb(131,158,173); }
div.DivClassName
{
background-color: #839EAD;
}
.BgClassName
{
background-color: #839EAD;
}
</style>
border-color css
<style>
span { border-color: #839EAD; }
span { border-color: rgb(131,158,173); }
td.TdClassName
{
border-color: #839EAD;
}
.TagClassName
{
border-color: #839EAD;
}
</style>