Shades of Bali Hai #849DB6
Tints of Bali Hai #849DB6
RGB
CMYK
RGB Variations
Color information
#849DB6 (or 0x849DB6) is known color: Bali Hai. HEX triplet: 84, 9D and B6. RGB value is (132,157,182). Sum of RGB (Red+Green+Blue) = 132+157+182=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #849DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DB6 is #7B6249. Grayscale: #989898. Windows color (decimal): -8086090 or 11967876. OLE color: 11967876.
HSL color Cylindrical-coordinate representation of color #849DB6: hue angle of 210º 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 #849DB6 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 132 | 157 | 182 | - |
CMYK | 0.27 | 0.14 | 0 | 0.29 |
HSL | 210º | 0.26% | 0.62% | - |
HSV(B) | 210º | 0.27% | 0.71% | - |
XYZ | 30.02 | 32.4 | 48.93 | - |
YUV | 152.38 | 144.72 | 113.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 157 | 182 | 0.27 | 0.14 | 0 | 0.29 | 210 | 0.26 | 0.62 |
Hex | 84 | 9D | B6 | 1B | E | 0 | 1D | D2 | 1A | 3E |
Octal | 204 | 235 | 266 | 33 | 16 | 0 | 35 | 322 | 32 | 76 |
Binary | 10000100 | 10011101 | 10110110 | 11011 | 1110 | 0 | 11101 | 11010010 | 11010 | 111110 |
Color Harmonies of #849DB6
Complementary color
Monochromatic Colors of #849DB6
Black with #849DB6
Text Example
Text Example
White with #849DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DB6; }
p { color: rgb(132,157,182); }
H1.HeaderClassName
{
color: #849DB6;
}
.AnyTagClassName
{
color: #849DB6;
}
</style>
background-color css
<style>
a { background-color: #849DB6; }
a { background-color: rgb(132,157,182); }
div.DivClassName
{
background-color: #849DB6;
}
.BgClassName
{
background-color: #849DB6;
}
</style>
border-color css
<style>
span { border-color: #849DB6; }
span { border-color: rgb(132,157,182); }
td.TdClassName
{
border-color: #849DB6;
}
.TagClassName
{
border-color: #849DB6;
}
</style>