Shades of Bali Hai #859DB4
Tints of Bali Hai #859DB4
RGB
CMYK
RGB Variations
Color information
#859DB4 (or 0x859DB4) is known color: Bali Hai. HEX triplet: 85, 9D and B4. RGB value is (133,157,180). Sum of RGB (Red+Green+Blue) = 133+157+180=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #859DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DB4 is #7A624B. Grayscale: #989898. Windows color (decimal): -8020556 or 11836805. OLE color: 11836805.
HSL color Cylindrical-coordinate representation of color #859DB4: hue angle of 209.36º 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 #859DB4 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 157 | 180 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.29 |
| HSL | 209.36º | 0.24% | 0.61% | - |
| HSV(B) | 209.36º | 0.26% | 0.71% | - |
| XYZ | 29.97 | 32.4 | 47.85 | - |
| YUV | 152.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 180 | 0.26 | 0.13 | 0 | 0.29 | 209.36 | 0.24 | 0.61 |
| Hex | 85 | 9D | B4 | 1A | D | 0 | 1D | D1 | 18 | 3D |
| Octal | 205 | 235 | 264 | 32 | 15 | 0 | 35 | 321 | 30 | 75 |
| Binary | 10000101 | 10011101 | 10110100 | 11010 | 1101 | 0 | 11101 | 11010001 | 11000 | 111101 |
Color Harmonies of #859DB4
Complementary color
Monochromatic Colors of #859DB4
Black with #859DB4
Text Example
Text Example
White with #859DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DB4; }
p { color: rgb(133,157,180); }
H1.HeaderClassName
{
color: #859DB4;
}
.AnyTagClassName
{
color: #859DB4;
}
</style>
background-color css
<style>
a { background-color: #859DB4; }
a { background-color: rgb(133,157,180); }
div.DivClassName
{
background-color: #859DB4;
}
.BgClassName
{
background-color: #859DB4;
}
</style>
border-color css
<style>
span { border-color: #859DB4; }
span { border-color: rgb(133,157,180); }
td.TdClassName
{
border-color: #859DB4;
}
.TagClassName
{
border-color: #859DB4;
}
</style>