Shades of Bali Hai #849EAA
Tints of Bali Hai #849EAA
RGB
CMYK
RGB Variations
Color information
#849EAA (or 0x849EAA) is known color: Bali Hai. HEX triplet: 84, 9E and AA. RGB value is (132,158,170). Sum of RGB (Red+Green+Blue) = 132+158+170=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #849EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849EAA is #7B6155. Grayscale: #979797. Windows color (decimal): -8085846 or 11181700. OLE color: 11181700.
HSL color Cylindrical-coordinate representation of color #849EAA: hue angle of 198.95º 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 #849EAA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 158 | 170 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.33 |
| HSL | 198.95º | 0.18% | 0.59% | - |
| HSV(B) | 198.95º | 0.22% | 0.67% | - |
| XYZ | 29 | 32.26 | 42.73 | - |
| YUV | 151.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 170 | 0.22 | 0.07 | 0 | 0.33 | 198.95 | 0.18 | 0.59 |
| Hex | 84 | 9E | AA | 16 | 7 | 0 | 21 | C7 | 12 | 3B |
| Octal | 204 | 236 | 252 | 26 | 7 | 0 | 41 | 307 | 22 | 73 |
| Binary | 10000100 | 10011110 | 10101010 | 10110 | 111 | 0 | 100001 | 11000111 | 10010 | 111011 |
Color Harmonies of #849EAA
Complementary color
Monochromatic Colors of #849EAA
Black with #849EAA
Text Example
Text Example
White with #849EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849EAA; }
p { color: rgb(132,158,170); }
H1.HeaderClassName
{
color: #849EAA;
}
.AnyTagClassName
{
color: #849EAA;
}
</style>
background-color css
<style>
a { background-color: #849EAA; }
a { background-color: rgb(132,158,170); }
div.DivClassName
{
background-color: #849EAA;
}
.BgClassName
{
background-color: #849EAA;
}
</style>
border-color css
<style>
span { border-color: #849EAA; }
span { border-color: rgb(132,158,170); }
td.TdClassName
{
border-color: #849EAA;
}
.TagClassName
{
border-color: #849EAA;
}
</style>