Shades of Bali Hai #849CAF
Tints of Bali Hai #849CAF
RGB
CMYK
RGB Variations
Color information
#849CAF (or 0x849CAF) is known color: Bali Hai. HEX triplet: 84, 9C and AF. RGB value is (132,156,175). Sum of RGB (Red+Green+Blue) = 132+156+175=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #849CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849CAF is #7B6350. Grayscale: #969696. Windows color (decimal): -8086353 or 11508868. OLE color: 11508868.
HSL color Cylindrical-coordinate representation of color #849CAF: hue angle of 206.51º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #849CAF is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 156 | 175 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.31 |
| HSL | 206.51º | 0.21% | 0.6% | - |
| HSV(B) | 206.51º | 0.25% | 0.69% | - |
| XYZ | 29.14 | 31.78 | 45.16 | - |
| YUV | 150.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 175 | 0.25 | 0.11 | 0 | 0.31 | 206.51 | 0.21 | 0.6 |
| Hex | 84 | 9C | AF | 19 | B | 0 | 1F | CF | 15 | 3C |
| Octal | 204 | 234 | 257 | 31 | 13 | 0 | 37 | 317 | 25 | 74 |
| Binary | 10000100 | 10011100 | 10101111 | 11001 | 1011 | 0 | 11111 | 11001111 | 10101 | 111100 |
Color Harmonies of #849CAF
Complementary color
Monochromatic Colors of #849CAF
Black with #849CAF
Text Example
Text Example
White with #849CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CAF; }
p { color: rgb(132,156,175); }
H1.HeaderClassName
{
color: #849CAF;
}
.AnyTagClassName
{
color: #849CAF;
}
</style>
background-color css
<style>
a { background-color: #849CAF; }
a { background-color: rgb(132,156,175); }
div.DivClassName
{
background-color: #849CAF;
}
.BgClassName
{
background-color: #849CAF;
}
</style>
border-color css
<style>
span { border-color: #849CAF; }
span { border-color: rgb(132,156,175); }
td.TdClassName
{
border-color: #849CAF;
}
.TagClassName
{
border-color: #849CAF;
}
</style>