Shades of Bali Hai #859FB6
Tints of Bali Hai #859FB6
RGB
CMYK
RGB Variations
Color information
#859FB6 (or 0x859FB6) is known color: Bali Hai. HEX triplet: 85, 9F and B6. RGB value is (133,159,182). Sum of RGB (Red+Green+Blue) = 133+159+182=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 182 - color contains mainly: blue. Hex color #859FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FB6 is #7A6049. Grayscale: #999999. Windows color (decimal): -8020042 or 11968389. OLE color: 11968389.
HSL color Cylindrical-coordinate representation of color #859FB6: hue angle of 208.16º degrees, saturation: 0.25, 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 #859FB6 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 159 | 182 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.29 |
| HSL | 208.16º | 0.25% | 0.62% | - |
| HSV(B) | 208.16º | 0.27% | 0.71% | - |
| XYZ | 30.51 | 33.16 | 49.05 | - |
| YUV | 153.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 182 | 0.27 | 0.13 | 0 | 0.29 | 208.16 | 0.25 | 0.62 |
| Hex | 85 | 9F | B6 | 1B | D | 0 | 1D | D0 | 19 | 3E |
| Octal | 205 | 237 | 266 | 33 | 15 | 0 | 35 | 320 | 31 | 76 |
| Binary | 10000101 | 10011111 | 10110110 | 11011 | 1101 | 0 | 11101 | 11010000 | 11001 | 111110 |
Color Harmonies of #859FB6
Complementary color
Monochromatic Colors of #859FB6
Black with #859FB6
Text Example
Text Example
White with #859FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FB6; }
p { color: rgb(133,159,182); }
H1.HeaderClassName
{
color: #859FB6;
}
.AnyTagClassName
{
color: #859FB6;
}
</style>
background-color css
<style>
a { background-color: #859FB6; }
a { background-color: rgb(133,159,182); }
div.DivClassName
{
background-color: #859FB6;
}
.BgClassName
{
background-color: #859FB6;
}
</style>
border-color css
<style>
span { border-color: #859FB6; }
span { border-color: rgb(133,159,182); }
td.TdClassName
{
border-color: #859FB6;
}
.TagClassName
{
border-color: #859FB6;
}
</style>