Shades of Bali Hai #849EAD
Tints of Bali Hai #849EAD
RGB
CMYK
RGB Variations
Color information
#849EAD (or 0x849EAD) is known color: Bali Hai. HEX triplet: 84, 9E and AD. RGB value is (132,158,173). Sum of RGB (Red+Green+Blue) = 132+158+173=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #849EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849EAD is #7B6152. Grayscale: #979797. Windows color (decimal): -8085843 or 11378308. OLE color: 11378308.
HSL color Cylindrical-coordinate representation of color #849EAD: hue angle of 201.95º 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 #849EAD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 158 | 173 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.32 |
| HSL | 201.95º | 0.2% | 0.6% | - |
| HSV(B) | 201.95º | 0.24% | 0.68% | - |
| XYZ | 29.29 | 32.38 | 44.24 | - |
| YUV | 151.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 173 | 0.24 | 0.09 | 0 | 0.32 | 201.95 | 0.2 | 0.6 |
| Hex | 84 | 9E | AD | 18 | 9 | 0 | 20 | CA | 14 | 3C |
| Octal | 204 | 236 | 255 | 30 | 11 | 0 | 40 | 312 | 24 | 74 |
| Binary | 10000100 | 10011110 | 10101101 | 11000 | 1001 | 0 | 100000 | 11001010 | 10100 | 111100 |
Color Harmonies of #849EAD
Complementary color
Monochromatic Colors of #849EAD
Black with #849EAD
Text Example
Text Example
White with #849EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849EAD; }
p { color: rgb(132,158,173); }
H1.HeaderClassName
{
color: #849EAD;
}
.AnyTagClassName
{
color: #849EAD;
}
</style>
background-color css
<style>
a { background-color: #849EAD; }
a { background-color: rgb(132,158,173); }
div.DivClassName
{
background-color: #849EAD;
}
.BgClassName
{
background-color: #849EAD;
}
</style>
border-color css
<style>
span { border-color: #849EAD; }
span { border-color: rgb(132,158,173); }
td.TdClassName
{
border-color: #849EAD;
}
.TagClassName
{
border-color: #849EAD;
}
</style>