Shades of Bali Hai #859EA8
Tints of Bali Hai #859EA8
RGB
CMYK
RGB Variations
Color information
#859EA8 (or 0x859EA8) is known color: Bali Hai. HEX triplet: 85, 9E and A8. RGB value is (133,158,168). Sum of RGB (Red+Green+Blue) = 133+158+168=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 168 - color contains mainly: blue. Hex color #859EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859EA8 is #7A6157. Grayscale: #979797. Windows color (decimal): -8020312 or 11050629. OLE color: 11050629.
HSL color Cylindrical-coordinate representation of color #859EA8: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #859EA8 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 158 | 168 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.34 |
| HSL | 197.14º | 0.17% | 0.59% | - |
| HSV(B) | 197.14º | 0.21% | 0.66% | - |
| XYZ | 28.97 | 32.27 | 41.75 | - |
| YUV | 151.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 168 | 0.21 | 0.06 | 0 | 0.34 | 197.14 | 0.17 | 0.59 |
| Hex | 85 | 9E | A8 | 15 | 6 | 0 | 22 | C5 | 11 | 3B |
| Octal | 205 | 236 | 250 | 25 | 6 | 0 | 42 | 305 | 21 | 73 |
| Binary | 10000101 | 10011110 | 10101000 | 10101 | 110 | 0 | 100010 | 11000101 | 10001 | 111011 |
Color Harmonies of #859EA8
Complementary color
Monochromatic Colors of #859EA8
Black with #859EA8
Text Example
Text Example
White with #859EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EA8; }
p { color: rgb(133,158,168); }
H1.HeaderClassName
{
color: #859EA8;
}
.AnyTagClassName
{
color: #859EA8;
}
</style>
background-color css
<style>
a { background-color: #859EA8; }
a { background-color: rgb(133,158,168); }
div.DivClassName
{
background-color: #859EA8;
}
.BgClassName
{
background-color: #859EA8;
}
</style>
border-color css
<style>
span { border-color: #859EA8; }
span { border-color: rgb(133,158,168); }
td.TdClassName
{
border-color: #859EA8;
}
.TagClassName
{
border-color: #859EA8;
}
</style>