Shades of Bali Hai #849FB2
Tints of Bali Hai #849FB2
RGB
CMYK
RGB Variations
Color information
#849FB2 (or 0x849FB2) is known color: Bali Hai. HEX triplet: 84, 9F and B2. RGB value is (132,159,178). Sum of RGB (Red+Green+Blue) = 132+159+178=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 178 - color contains mainly: blue. Hex color #849FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FB2 is #7B604D. Grayscale: #989898. Windows color (decimal): -8085582 or 11706244. OLE color: 11706244.
HSL color Cylindrical-coordinate representation of color #849FB2: hue angle of 204.78º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #849FB2 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 159 | 178 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.30 |
| HSL | 204.78º | 0.23% | 0.61% | - |
| HSV(B) | 204.78º | 0.26% | 0.7% | - |
| XYZ | 29.95 | 32.92 | 46.89 | - |
| YUV | 153.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 178 | 0.26 | 0.11 | 0 | 0.30 | 204.78 | 0.23 | 0.61 |
| Hex | 84 | 9F | B2 | 1A | B | 0 | 1E | CD | 17 | 3D |
| Octal | 204 | 237 | 262 | 32 | 13 | 0 | 36 | 315 | 27 | 75 |
| Binary | 10000100 | 10011111 | 10110010 | 11010 | 1011 | 0 | 11110 | 11001101 | 10111 | 111101 |
Color Harmonies of #849FB2
Complementary color
Monochromatic Colors of #849FB2
Black with #849FB2
Text Example
Text Example
White with #849FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FB2; }
p { color: rgb(132,159,178); }
H1.HeaderClassName
{
color: #849FB2;
}
.AnyTagClassName
{
color: #849FB2;
}
</style>
background-color css
<style>
a { background-color: #849FB2; }
a { background-color: rgb(132,159,178); }
div.DivClassName
{
background-color: #849FB2;
}
.BgClassName
{
background-color: #849FB2;
}
</style>
border-color css
<style>
span { border-color: #849FB2; }
span { border-color: rgb(132,159,178); }
td.TdClassName
{
border-color: #849FB2;
}
.TagClassName
{
border-color: #849FB2;
}
</style>