Shades of Bali Hai #849DAD
Tints of Bali Hai #849DAD
RGB
CMYK
RGB Variations
Color information
#849DAD (or 0x849DAD) is known color: Bali Hai. HEX triplet: 84, 9D and AD. RGB value is (132,157,173). Sum of RGB (Red+Green+Blue) = 132+157+173=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 157 (61.72% from 255 or 33.98% 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 #849DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849DAD is #7B6252. Grayscale: #979797. Windows color (decimal): -8086099 or 11378052. OLE color: 11378052.
HSL color Cylindrical-coordinate representation of color #849DAD: hue angle of 203.41º 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 #849DAD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 157 | 173 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.32 |
| HSL | 203.41º | 0.2% | 0.6% | - |
| HSV(B) | 203.41º | 0.24% | 0.68% | - |
| XYZ | 29.12 | 32.04 | 44.18 | - |
| YUV | 151.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 173 | 0.24 | 0.09 | 0 | 0.32 | 203.41 | 0.2 | 0.6 |
| Hex | 84 | 9D | AD | 18 | 9 | 0 | 20 | CB | 14 | 3C |
| Octal | 204 | 235 | 255 | 30 | 11 | 0 | 40 | 313 | 24 | 74 |
| Binary | 10000100 | 10011101 | 10101101 | 11000 | 1001 | 0 | 100000 | 11001011 | 10100 | 111100 |
Color Harmonies of #849DAD
Complementary color
Monochromatic Colors of #849DAD
Black with #849DAD
Text Example
Text Example
White with #849DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DAD; }
p { color: rgb(132,157,173); }
H1.HeaderClassName
{
color: #849DAD;
}
.AnyTagClassName
{
color: #849DAD;
}
</style>
background-color css
<style>
a { background-color: #849DAD; }
a { background-color: rgb(132,157,173); }
div.DivClassName
{
background-color: #849DAD;
}
.BgClassName
{
background-color: #849DAD;
}
</style>
border-color css
<style>
span { border-color: #849DAD; }
span { border-color: rgb(132,157,173); }
td.TdClassName
{
border-color: #849DAD;
}
.TagClassName
{
border-color: #849DAD;
}
</style>