Shades of Bali Hai #859FB4
Tints of Bali Hai #859FB4
RGB
CMYK
RGB Variations
Color information
#859FB4 (or 0x859FB4) is known color: Bali Hai. HEX triplet: 85, 9F and B4. RGB value is (133,159,180). Sum of RGB (Red+Green+Blue) = 133+159+180=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #859FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FB4 is #7A604B. Grayscale: #999999. Windows color (decimal): -8020044 or 11837317. OLE color: 11837317.
HSL color Cylindrical-coordinate representation of color #859FB4: hue angle of 206.81º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #859FB4 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 159 | 180 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.29 |
| HSL | 206.81º | 0.24% | 0.61% | - |
| HSV(B) | 206.81º | 0.26% | 0.71% | - |
| XYZ | 30.31 | 33.08 | 47.97 | - |
| YUV | 153.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 180 | 0.26 | 0.12 | 0 | 0.29 | 206.81 | 0.24 | 0.61 |
| Hex | 85 | 9F | B4 | 1A | C | 0 | 1D | CF | 18 | 3D |
| Octal | 205 | 237 | 264 | 32 | 14 | 0 | 35 | 317 | 30 | 75 |
| Binary | 10000101 | 10011111 | 10110100 | 11010 | 1100 | 0 | 11101 | 11001111 | 11000 | 111101 |
Color Harmonies of #859FB4
Complementary color
Monochromatic Colors of #859FB4
Black with #859FB4
Text Example
Text Example
White with #859FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FB4; }
p { color: rgb(133,159,180); }
H1.HeaderClassName
{
color: #859FB4;
}
.AnyTagClassName
{
color: #859FB4;
}
</style>
background-color css
<style>
a { background-color: #859FB4; }
a { background-color: rgb(133,159,180); }
div.DivClassName
{
background-color: #859FB4;
}
.BgClassName
{
background-color: #859FB4;
}
</style>
border-color css
<style>
span { border-color: #859FB4; }
span { border-color: rgb(133,159,180); }
td.TdClassName
{
border-color: #859FB4;
}
.TagClassName
{
border-color: #859FB4;
}
</style>