Shades of Bali Hai #849AAC
Tints of Bali Hai #849AAC
RGB
CMYK
RGB Variations
Color information
#849AAC (or 0x849AAC) is known color: Bali Hai. HEX triplet: 84, 9A and AC. RGB value is (132,154,172). Sum of RGB (Red+Green+Blue) = 132+154+172=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #849AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849AAC is #7B6553. Grayscale: #959595. Windows color (decimal): -8086868 or 11311748. OLE color: 11311748.
HSL color Cylindrical-coordinate representation of color #849AAC: hue angle of 207º 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 #849AAC is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 154 | 172 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.33 |
| HSL | 207º | 0.19% | 0.6% | - |
| HSV(B) | 207º | 0.23% | 0.67% | - |
| XYZ | 28.52 | 31 | 43.51 | - |
| YUV | 149.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 172 | 0.23 | 0.10 | 0 | 0.33 | 207 | 0.19 | 0.6 |
| Hex | 84 | 9A | AC | 17 | A | 0 | 21 | CF | 13 | 3C |
| Octal | 204 | 232 | 254 | 27 | 12 | 0 | 41 | 317 | 23 | 74 |
| Binary | 10000100 | 10011010 | 10101100 | 10111 | 1010 | 0 | 100001 | 11001111 | 10011 | 111100 |
Color Harmonies of #849AAC
Complementary color
Monochromatic Colors of #849AAC
Black with #849AAC
Text Example
Text Example
White with #849AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849AAC; }
p { color: rgb(132,154,172); }
H1.HeaderClassName
{
color: #849AAC;
}
.AnyTagClassName
{
color: #849AAC;
}
</style>
background-color css
<style>
a { background-color: #849AAC; }
a { background-color: rgb(132,154,172); }
div.DivClassName
{
background-color: #849AAC;
}
.BgClassName
{
background-color: #849AAC;
}
</style>
border-color css
<style>
span { border-color: #849AAC; }
span { border-color: rgb(132,154,172); }
td.TdClassName
{
border-color: #849AAC;
}
.TagClassName
{
border-color: #849AAC;
}
</style>