Shades of Bali Hai #849AAA
Tints of Bali Hai #849AAA
RGB
CMYK
RGB Variations
Color information
#849AAA (or 0x849AAA) is known color: Bali Hai. HEX triplet: 84, 9A and AA. RGB value is (132,154,170). Sum of RGB (Red+Green+Blue) = 132+154+170=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #849AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849AAA is #7B6555. Grayscale: #959595. Windows color (decimal): -8086870 or 11180676. OLE color: 11180676.
HSL color Cylindrical-coordinate representation of color #849AAA: hue angle of 205.26º 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 #849AAA is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 154 | 170 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.33 |
| HSL | 205.26º | 0.18% | 0.59% | - |
| HSV(B) | 205.26º | 0.22% | 0.67% | - |
| XYZ | 28.33 | 30.92 | 42.51 | - |
| YUV | 149.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 170 | 0.22 | 0.09 | 0 | 0.33 | 205.26 | 0.18 | 0.59 |
| Hex | 84 | 9A | AA | 16 | 9 | 0 | 21 | CD | 12 | 3B |
| Octal | 204 | 232 | 252 | 26 | 11 | 0 | 41 | 315 | 22 | 73 |
| Binary | 10000100 | 10011010 | 10101010 | 10110 | 1001 | 0 | 100001 | 11001101 | 10010 | 111011 |
Color Harmonies of #849AAA
Complementary color
Monochromatic Colors of #849AAA
Black with #849AAA
Text Example
Text Example
White with #849AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849AAA; }
p { color: rgb(132,154,170); }
H1.HeaderClassName
{
color: #849AAA;
}
.AnyTagClassName
{
color: #849AAA;
}
</style>
background-color css
<style>
a { background-color: #849AAA; }
a { background-color: rgb(132,154,170); }
div.DivClassName
{
background-color: #849AAA;
}
.BgClassName
{
background-color: #849AAA;
}
</style>
border-color css
<style>
span { border-color: #849AAA; }
span { border-color: rgb(132,154,170); }
td.TdClassName
{
border-color: #849AAA;
}
.TagClassName
{
border-color: #849AAA;
}
</style>