Shades of Bali Hai #849FB6
Tints of Bali Hai #849FB6
RGB
CMYK
RGB Variations
Color information
#849FB6 (or 0x849FB6) is known color: Bali Hai. HEX triplet: 84, 9F and B6. RGB value is (132,159,182). Sum of RGB (Red+Green+Blue) = 132+159+182=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 182 - color contains mainly: blue. Hex color #849FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FB6 is #7B6049. Grayscale: #999999. Windows color (decimal): -8085578 or 11968388. OLE color: 11968388.
HSL color Cylindrical-coordinate representation of color #849FB6: hue angle of 207.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #849FB6 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 159 | 182 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.29 |
| HSL | 207.6º | 0.26% | 0.62% | - |
| HSV(B) | 207.6º | 0.27% | 0.71% | - |
| XYZ | 30.36 | 33.08 | 49.04 | - |
| YUV | 153.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 182 | 0.27 | 0.13 | 0 | 0.29 | 207.6 | 0.26 | 0.62 |
| Hex | 84 | 9F | B6 | 1B | D | 0 | 1D | D0 | 1A | 3E |
| Octal | 204 | 237 | 266 | 33 | 15 | 0 | 35 | 320 | 32 | 76 |
| Binary | 10000100 | 10011111 | 10110110 | 11011 | 1101 | 0 | 11101 | 11010000 | 11010 | 111110 |
Color Harmonies of #849FB6
Complementary color
Monochromatic Colors of #849FB6
Black with #849FB6
Text Example
Text Example
White with #849FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FB6; }
p { color: rgb(132,159,182); }
H1.HeaderClassName
{
color: #849FB6;
}
.AnyTagClassName
{
color: #849FB6;
}
</style>
background-color css
<style>
a { background-color: #849FB6; }
a { background-color: rgb(132,159,182); }
div.DivClassName
{
background-color: #849FB6;
}
.BgClassName
{
background-color: #849FB6;
}
</style>
border-color css
<style>
span { border-color: #849FB6; }
span { border-color: rgb(132,159,182); }
td.TdClassName
{
border-color: #849FB6;
}
.TagClassName
{
border-color: #849FB6;
}
</style>