Shades of Bali Hai #849FAC
Tints of Bali Hai #849FAC
RGB
CMYK
RGB Variations
Color information
#849FAC (or 0x849FAC) is known color: Bali Hai. HEX triplet: 84, 9F and AC. RGB value is (132,159,172). Sum of RGB (Red+Green+Blue) = 132+159+172=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #849FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FAC is #7B6053. Grayscale: #989898. Windows color (decimal): -8085588 or 11313028. OLE color: 11313028.
HSL color Cylindrical-coordinate representation of color #849FAC: hue angle of 199.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 #849FAC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 159 | 172 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.33 |
| HSL | 199.5º | 0.19% | 0.6% | - |
| HSV(B) | 199.5º | 0.23% | 0.67% | - |
| XYZ | 29.36 | 32.68 | 43.79 | - |
| YUV | 152.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 172 | 0.23 | 0.08 | 0 | 0.33 | 199.5 | 0.19 | 0.6 |
| Hex | 84 | 9F | AC | 17 | 8 | 0 | 21 | C8 | 13 | 3C |
| Octal | 204 | 237 | 254 | 27 | 10 | 0 | 41 | 310 | 23 | 74 |
| Binary | 10000100 | 10011111 | 10101100 | 10111 | 1000 | 0 | 100001 | 11001000 | 10011 | 111100 |
Color Harmonies of #849FAC
Complementary color
Monochromatic Colors of #849FAC
Black with #849FAC
Text Example
Text Example
White with #849FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FAC; }
p { color: rgb(132,159,172); }
H1.HeaderClassName
{
color: #849FAC;
}
.AnyTagClassName
{
color: #849FAC;
}
</style>
background-color css
<style>
a { background-color: #849FAC; }
a { background-color: rgb(132,159,172); }
div.DivClassName
{
background-color: #849FAC;
}
.BgClassName
{
background-color: #849FAC;
}
</style>
border-color css
<style>
span { border-color: #849FAC; }
span { border-color: rgb(132,159,172); }
td.TdClassName
{
border-color: #849FAC;
}
.TagClassName
{
border-color: #849FAC;
}
</style>