Shades of Bali Hai #859CB0
Tints of Bali Hai #859CB0
RGB
CMYK
RGB Variations
Color information
#859CB0 (or 0x859CB0) is known color: Bali Hai. HEX triplet: 85, 9C and B0. RGB value is (133,156,176). Sum of RGB (Red+Green+Blue) = 133+156+176=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 176 - color contains mainly: blue. Hex color #859CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859CB0 is #7A634F. Grayscale: #979797. Windows color (decimal): -8020816 or 11574405. OLE color: 11574405.
HSL color Cylindrical-coordinate representation of color #859CB0: hue angle of 207.91º 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 #859CB0 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 156 | 176 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.31 |
| HSL | 207.91º | 0.21% | 0.61% | - |
| HSV(B) | 207.91º | 0.24% | 0.69% | - |
| XYZ | 29.4 | 31.9 | 45.68 | - |
| YUV | 151.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 176 | 0.24 | 0.11 | 0 | 0.31 | 207.91 | 0.21 | 0.61 |
| Hex | 85 | 9C | B0 | 18 | B | 0 | 1F | D0 | 15 | 3D |
| Octal | 205 | 234 | 260 | 30 | 13 | 0 | 37 | 320 | 25 | 75 |
| Binary | 10000101 | 10011100 | 10110000 | 11000 | 1011 | 0 | 11111 | 11010000 | 10101 | 111101 |
Color Harmonies of #859CB0
Complementary color
Monochromatic Colors of #859CB0
Black with #859CB0
Text Example
Text Example
White with #859CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CB0; }
p { color: rgb(133,156,176); }
H1.HeaderClassName
{
color: #859CB0;
}
.AnyTagClassName
{
color: #859CB0;
}
</style>
background-color css
<style>
a { background-color: #859CB0; }
a { background-color: rgb(133,156,176); }
div.DivClassName
{
background-color: #859CB0;
}
.BgClassName
{
background-color: #859CB0;
}
</style>
border-color css
<style>
span { border-color: #859CB0; }
span { border-color: rgb(133,156,176); }
td.TdClassName
{
border-color: #859CB0;
}
.TagClassName
{
border-color: #859CB0;
}
</style>