Shades of Bali Hai #859EA9
Tints of Bali Hai #859EA9
RGB
CMYK
RGB Variations
Color information
#859EA9 (or 0x859EA9) is known color: Bali Hai. HEX triplet: 85, 9E and A9. RGB value is (133,158,169). Sum of RGB (Red+Green+Blue) = 133+158+169=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 169 - color contains mainly: blue. Hex color #859EA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859EA9 is #7A6156. Grayscale: #979797. Windows color (decimal): -8020311 or 11116165. OLE color: 11116165.
HSL color Cylindrical-coordinate representation of color #859EA9: hue angle of 198.33º 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 #859EA9 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 158 | 169 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.34 |
| HSL | 198.33º | 0.17% | 0.59% | - |
| HSV(B) | 198.33º | 0.21% | 0.66% | - |
| XYZ | 29.06 | 32.3 | 42.24 | - |
| YUV | 151.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 169 | 0.21 | 0.07 | 0 | 0.34 | 198.33 | 0.17 | 0.59 |
| Hex | 85 | 9E | A9 | 15 | 7 | 0 | 22 | C6 | 11 | 3B |
| Octal | 205 | 236 | 251 | 25 | 7 | 0 | 42 | 306 | 21 | 73 |
| Binary | 10000101 | 10011110 | 10101001 | 10101 | 111 | 0 | 100010 | 11000110 | 10001 | 111011 |
Color Harmonies of #859EA9
Complementary color
Monochromatic Colors of #859EA9
Black with #859EA9
Text Example
Text Example
White with #859EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EA9; }
p { color: rgb(133,158,169); }
H1.HeaderClassName
{
color: #859EA9;
}
.AnyTagClassName
{
color: #859EA9;
}
</style>
background-color css
<style>
a { background-color: #859EA9; }
a { background-color: rgb(133,158,169); }
div.DivClassName
{
background-color: #859EA9;
}
.BgClassName
{
background-color: #859EA9;
}
</style>
border-color css
<style>
span { border-color: #859EA9; }
span { border-color: rgb(133,158,169); }
td.TdClassName
{
border-color: #859EA9;
}
.TagClassName
{
border-color: #859EA9;
}
</style>