Shades of Bali Hai #849FB1
Tints of Bali Hai #849FB1
RGB
CMYK
RGB Variations
Color information
#849FB1 (or 0x849FB1) is known color: Bali Hai. HEX triplet: 84, 9F and B1. RGB value is (132,159,177). Sum of RGB (Red+Green+Blue) = 132+159+177=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 177 - color contains mainly: blue. Hex color #849FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FB1 is #7B604E. Grayscale: #989898. Windows color (decimal): -8085583 or 11640708. OLE color: 11640708.
HSL color Cylindrical-coordinate representation of color #849FB1: hue angle of 204º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #849FB1 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 159 | 177 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.31 |
| HSL | 204º | 0.22% | 0.61% | - |
| HSV(B) | 204º | 0.25% | 0.69% | - |
| XYZ | 29.85 | 32.88 | 46.37 | - |
| YUV | 152.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 177 | 0.25 | 0.10 | 0 | 0.31 | 204 | 0.22 | 0.61 |
| Hex | 84 | 9F | B1 | 19 | A | 0 | 1F | CC | 16 | 3D |
| Octal | 204 | 237 | 261 | 31 | 12 | 0 | 37 | 314 | 26 | 75 |
| Binary | 10000100 | 10011111 | 10110001 | 11001 | 1010 | 0 | 11111 | 11001100 | 10110 | 111101 |
Color Harmonies of #849FB1
Complementary color
Monochromatic Colors of #849FB1
Black with #849FB1
Text Example
Text Example
White with #849FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FB1; }
p { color: rgb(132,159,177); }
H1.HeaderClassName
{
color: #849FB1;
}
.AnyTagClassName
{
color: #849FB1;
}
</style>
background-color css
<style>
a { background-color: #849FB1; }
a { background-color: rgb(132,159,177); }
div.DivClassName
{
background-color: #849FB1;
}
.BgClassName
{
background-color: #849FB1;
}
</style>
border-color css
<style>
span { border-color: #849FB1; }
span { border-color: rgb(132,159,177); }
td.TdClassName
{
border-color: #849FB1;
}
.TagClassName
{
border-color: #849FB1;
}
</style>