Shades of Bali Hai #849DAC
Tints of Bali Hai #849DAC
RGB
CMYK
RGB Variations
Color information
#849DAC (or 0x849DAC) is known color: Bali Hai. HEX triplet: 84, 9D and AC. RGB value is (132,157,172). Sum of RGB (Red+Green+Blue) = 132+157+172=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 157 (61.72% from 255 or 34.06% 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 #849DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849DAC is #7B6253. Grayscale: #979797. Windows color (decimal): -8086100 or 11312516. OLE color: 11312516.
HSL color Cylindrical-coordinate representation of color #849DAC: hue angle of 202.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #849DAC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 157 | 172 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.33 |
| HSL | 202.5º | 0.19% | 0.6% | - |
| HSV(B) | 202.5º | 0.23% | 0.67% | - |
| XYZ | 29.02 | 32 | 43.68 | - |
| YUV | 151.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 172 | 0.23 | 0.09 | 0 | 0.33 | 202.5 | 0.19 | 0.6 |
| Hex | 84 | 9D | AC | 17 | 9 | 0 | 21 | CA | 13 | 3C |
| Octal | 204 | 235 | 254 | 27 | 11 | 0 | 41 | 312 | 23 | 74 |
| Binary | 10000100 | 10011101 | 10101100 | 10111 | 1001 | 0 | 100001 | 11001010 | 10011 | 111100 |
Color Harmonies of #849DAC
Complementary color
Monochromatic Colors of #849DAC
Black with #849DAC
Text Example
Text Example
White with #849DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DAC; }
p { color: rgb(132,157,172); }
H1.HeaderClassName
{
color: #849DAC;
}
.AnyTagClassName
{
color: #849DAC;
}
</style>
background-color css
<style>
a { background-color: #849DAC; }
a { background-color: rgb(132,157,172); }
div.DivClassName
{
background-color: #849DAC;
}
.BgClassName
{
background-color: #849DAC;
}
</style>
border-color css
<style>
span { border-color: #849DAC; }
span { border-color: rgb(132,157,172); }
td.TdClassName
{
border-color: #849DAC;
}
.TagClassName
{
border-color: #849DAC;
}
</style>