Shades of Bali Hai #859DB0
Tints of Bali Hai #859DB0
RGB
CMYK
RGB Variations
Color information
#859DB0 (or 0x859DB0) is known color: Bali Hai. HEX triplet: 85, 9D and B0. RGB value is (133,157,176). Sum of RGB (Red+Green+Blue) = 133+157+176=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 176 - color contains mainly: blue. Hex color #859DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DB0 is #7A624F. Grayscale: #979797. Windows color (decimal): -8020560 or 11574661. OLE color: 11574661.
HSL color Cylindrical-coordinate representation of color #859DB0: hue angle of 206.51º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #859DB0 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 157 | 176 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.31 |
| HSL | 206.51º | 0.21% | 0.61% | - |
| HSV(B) | 206.51º | 0.24% | 0.69% | - |
| XYZ | 29.57 | 32.24 | 45.74 | - |
| YUV | 151.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 176 | 0.24 | 0.11 | 0 | 0.31 | 206.51 | 0.21 | 0.61 |
| Hex | 85 | 9D | B0 | 18 | B | 0 | 1F | CF | 15 | 3D |
| Octal | 205 | 235 | 260 | 30 | 13 | 0 | 37 | 317 | 25 | 75 |
| Binary | 10000101 | 10011101 | 10110000 | 11000 | 1011 | 0 | 11111 | 11001111 | 10101 | 111101 |
Color Harmonies of #859DB0
Complementary color
Monochromatic Colors of #859DB0
Black with #859DB0
Text Example
Text Example
White with #859DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DB0; }
p { color: rgb(133,157,176); }
H1.HeaderClassName
{
color: #859DB0;
}
.AnyTagClassName
{
color: #859DB0;
}
</style>
background-color css
<style>
a { background-color: #859DB0; }
a { background-color: rgb(133,157,176); }
div.DivClassName
{
background-color: #859DB0;
}
.BgClassName
{
background-color: #859DB0;
}
</style>
border-color css
<style>
span { border-color: #859DB0; }
span { border-color: rgb(133,157,176); }
td.TdClassName
{
border-color: #859DB0;
}
.TagClassName
{
border-color: #859DB0;
}
</style>