Shades of Bali Hai #849FAF
Tints of Bali Hai #849FAF
RGB
CMYK
RGB Variations
Color information
#849FAF (or 0x849FAF) is known color: Bali Hai. HEX triplet: 84, 9F and AF. RGB value is (132,159,175). Sum of RGB (Red+Green+Blue) = 132+159+175=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #849FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FAF is #7B6050. Grayscale: #989898. Windows color (decimal): -8085585 or 11509636. OLE color: 11509636.
HSL color Cylindrical-coordinate representation of color #849FAF: hue angle of 202.33º 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 #849FAF is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 159 | 175 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.31 |
| HSL | 202.33º | 0.21% | 0.6% | - |
| HSV(B) | 202.33º | 0.25% | 0.69% | - |
| XYZ | 29.65 | 32.8 | 45.33 | - |
| YUV | 152.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 175 | 0.25 | 0.09 | 0 | 0.31 | 202.33 | 0.21 | 0.6 |
| Hex | 84 | 9F | AF | 19 | 9 | 0 | 1F | CA | 15 | 3C |
| Octal | 204 | 237 | 257 | 31 | 11 | 0 | 37 | 312 | 25 | 74 |
| Binary | 10000100 | 10011111 | 10101111 | 11001 | 1001 | 0 | 11111 | 11001010 | 10101 | 111100 |
Color Harmonies of #849FAF
Complementary color
Monochromatic Colors of #849FAF
Black with #849FAF
Text Example
Text Example
White with #849FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FAF; }
p { color: rgb(132,159,175); }
H1.HeaderClassName
{
color: #849FAF;
}
.AnyTagClassName
{
color: #849FAF;
}
</style>
background-color css
<style>
a { background-color: #849FAF; }
a { background-color: rgb(132,159,175); }
div.DivClassName
{
background-color: #849FAF;
}
.BgClassName
{
background-color: #849FAF;
}
</style>
border-color css
<style>
span { border-color: #849FAF; }
span { border-color: rgb(132,159,175); }
td.TdClassName
{
border-color: #849FAF;
}
.TagClassName
{
border-color: #849FAF;
}
</style>