Shades of Bali Hai #859EAD
Tints of Bali Hai #859EAD
RGB
CMYK
RGB Variations
Color information
#859EAD (or 0x859EAD) is known color: Bali Hai. HEX triplet: 85, 9E and AD. RGB value is (133,158,173). Sum of RGB (Red+Green+Blue) = 133+158+173=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #859EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859EAD is #7A6152. Grayscale: #989898. Windows color (decimal): -8020307 or 11378309. OLE color: 11378309.
HSL color Cylindrical-coordinate representation of color #859EAD: hue angle of 202.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859EAD is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 158 | 173 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.32 |
| HSL | 202.5º | 0.2% | 0.6% | - |
| HSV(B) | 202.5º | 0.23% | 0.68% | - |
| XYZ | 29.44 | 32.46 | 44.25 | - |
| YUV | 152.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 173 | 0.23 | 0.09 | 0 | 0.32 | 202.5 | 0.2 | 0.6 |
| Hex | 85 | 9E | AD | 17 | 9 | 0 | 20 | CA | 14 | 3C |
| Octal | 205 | 236 | 255 | 27 | 11 | 0 | 40 | 312 | 24 | 74 |
| Binary | 10000101 | 10011110 | 10101101 | 10111 | 1001 | 0 | 100000 | 11001010 | 10100 | 111100 |
Color Harmonies of #859EAD
Complementary color
Monochromatic Colors of #859EAD
Black with #859EAD
Text Example
Text Example
White with #859EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EAD; }
p { color: rgb(133,158,173); }
H1.HeaderClassName
{
color: #859EAD;
}
.AnyTagClassName
{
color: #859EAD;
}
</style>
background-color css
<style>
a { background-color: #859EAD; }
a { background-color: rgb(133,158,173); }
div.DivClassName
{
background-color: #859EAD;
}
.BgClassName
{
background-color: #859EAD;
}
</style>
border-color css
<style>
span { border-color: #859EAD; }
span { border-color: rgb(133,158,173); }
td.TdClassName
{
border-color: #859EAD;
}
.TagClassName
{
border-color: #859EAD;
}
</style>