Shades of Bali Hai #849FA9
Tints of Bali Hai #849FA9
RGB
CMYK
RGB Variations
Color information
#849FA9 (or 0x849FA9) is known color: Bali Hai. HEX triplet: 84, 9F and A9. RGB value is (132,159,169). Sum of RGB (Red+Green+Blue) = 132+159+169=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 169 - color contains mainly: blue. Hex color #849FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FA9 is #7B6056. Grayscale: #989898. Windows color (decimal): -8085591 or 11116420. OLE color: 11116420.
HSL color Cylindrical-coordinate representation of color #849FA9: hue angle of 196.22º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #849FA9 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 159 | 169 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.34 |
| HSL | 196.22º | 0.18% | 0.59% | - |
| HSV(B) | 196.22º | 0.22% | 0.66% | - |
| XYZ | 29.08 | 32.57 | 42.29 | - |
| YUV | 152.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 169 | 0.22 | 0.06 | 0 | 0.34 | 196.22 | 0.18 | 0.59 |
| Hex | 84 | 9F | A9 | 16 | 6 | 0 | 22 | C4 | 12 | 3B |
| Octal | 204 | 237 | 251 | 26 | 6 | 0 | 42 | 304 | 22 | 73 |
| Binary | 10000100 | 10011111 | 10101001 | 10110 | 110 | 0 | 100010 | 11000100 | 10010 | 111011 |
Color Harmonies of #849FA9
Complementary color
Monochromatic Colors of #849FA9
Black with #849FA9
Text Example
Text Example
White with #849FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FA9; }
p { color: rgb(132,159,169); }
H1.HeaderClassName
{
color: #849FA9;
}
.AnyTagClassName
{
color: #849FA9;
}
</style>
background-color css
<style>
a { background-color: #849FA9; }
a { background-color: rgb(132,159,169); }
div.DivClassName
{
background-color: #849FA9;
}
.BgClassName
{
background-color: #849FA9;
}
</style>
border-color css
<style>
span { border-color: #849FA9; }
span { border-color: rgb(132,159,169); }
td.TdClassName
{
border-color: #849FA9;
}
.TagClassName
{
border-color: #849FA9;
}
</style>