Shades of Bali Hai #859EB2
Tints of Bali Hai #859EB2
RGB
CMYK
RGB Variations
Color information
#859EB2 (or 0x859EB2) is known color: Bali Hai. HEX triplet: 85, 9E and B2. RGB value is (133,158,178). Sum of RGB (Red+Green+Blue) = 133+158+178=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 178 - color contains mainly: blue. Hex color #859EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859EB2 is #7A614D. Grayscale: #989898. Windows color (decimal): -8020302 or 11705989. OLE color: 11705989.
HSL color Cylindrical-coordinate representation of color #859EB2: hue angle of 206.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #859EB2 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 158 | 178 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.30 |
| HSL | 206.67º | 0.23% | 0.61% | - |
| HSV(B) | 206.67º | 0.25% | 0.7% | - |
| XYZ | 29.94 | 32.65 | 46.84 | - |
| YUV | 152.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 178 | 0.25 | 0.11 | 0 | 0.30 | 206.67 | 0.23 | 0.61 |
| Hex | 85 | 9E | B2 | 19 | B | 0 | 1E | CF | 17 | 3D |
| Octal | 205 | 236 | 262 | 31 | 13 | 0 | 36 | 317 | 27 | 75 |
| Binary | 10000101 | 10011110 | 10110010 | 11001 | 1011 | 0 | 11110 | 11001111 | 10111 | 111101 |
Color Harmonies of #859EB2
Complementary color
Monochromatic Colors of #859EB2
Black with #859EB2
Text Example
Text Example
White with #859EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EB2; }
p { color: rgb(133,158,178); }
H1.HeaderClassName
{
color: #859EB2;
}
.AnyTagClassName
{
color: #859EB2;
}
</style>
background-color css
<style>
a { background-color: #859EB2; }
a { background-color: rgb(133,158,178); }
div.DivClassName
{
background-color: #859EB2;
}
.BgClassName
{
background-color: #859EB2;
}
</style>
border-color css
<style>
span { border-color: #859EB2; }
span { border-color: rgb(133,158,178); }
td.TdClassName
{
border-color: #859EB2;
}
.TagClassName
{
border-color: #859EB2;
}
</style>