Shades of Bali Hai #849DAA
Tints of Bali Hai #849DAA
RGB
CMYK
RGB Variations
Color information
#849DAA (or 0x849DAA) is known color: Bali Hai. HEX triplet: 84, 9D and AA. RGB value is (132,157,170). Sum of RGB (Red+Green+Blue) = 132+157+170=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 157 (61.72% from 255 or 34.20% 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 #849DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849DAA is #7B6255. Grayscale: #969696. Windows color (decimal): -8086102 or 11181444. OLE color: 11181444.
HSL color Cylindrical-coordinate representation of color #849DAA: hue angle of 200.53º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #849DAA is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 157 | 170 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.33 |
| HSL | 200.53º | 0.18% | 0.59% | - |
| HSV(B) | 200.53º | 0.22% | 0.67% | - |
| XYZ | 28.83 | 31.92 | 42.67 | - |
| YUV | 151.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 170 | 0.22 | 0.08 | 0 | 0.33 | 200.53 | 0.18 | 0.59 |
| Hex | 84 | 9D | AA | 16 | 8 | 0 | 21 | C9 | 12 | 3B |
| Octal | 204 | 235 | 252 | 26 | 10 | 0 | 41 | 311 | 22 | 73 |
| Binary | 10000100 | 10011101 | 10101010 | 10110 | 1000 | 0 | 100001 | 11001001 | 10010 | 111011 |
Color Harmonies of #849DAA
Complementary color
Monochromatic Colors of #849DAA
Black with #849DAA
Text Example
Text Example
White with #849DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DAA; }
p { color: rgb(132,157,170); }
H1.HeaderClassName
{
color: #849DAA;
}
.AnyTagClassName
{
color: #849DAA;
}
</style>
background-color css
<style>
a { background-color: #849DAA; }
a { background-color: rgb(132,157,170); }
div.DivClassName
{
background-color: #849DAA;
}
.BgClassName
{
background-color: #849DAA;
}
</style>
border-color css
<style>
span { border-color: #849DAA; }
span { border-color: rgb(132,157,170); }
td.TdClassName
{
border-color: #849DAA;
}
.TagClassName
{
border-color: #849DAA;
}
</style>