Shades of Bali Hai #859CA8
Tints of Bali Hai #859CA8
RGB
CMYK
RGB Variations
Color information
#859CA8 (or 0x859CA8) is known color: Bali Hai. HEX triplet: 85, 9C and A8. RGB value is (133,156,168). Sum of RGB (Red+Green+Blue) = 133+156+168=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 168 - color contains mainly: blue. Hex color #859CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859CA8 is #7A6357. Grayscale: #969696. Windows color (decimal): -8020824 or 11050117. OLE color: 11050117.
HSL color Cylindrical-coordinate representation of color #859CA8: hue angle of 200.57º 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 #859CA8 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 156 | 168 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.34 |
| HSL | 200.57º | 0.17% | 0.59% | - |
| HSV(B) | 200.57º | 0.21% | 0.66% | - |
| XYZ | 28.63 | 31.59 | 41.63 | - |
| YUV | 150.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 168 | 0.21 | 0.07 | 0 | 0.34 | 200.57 | 0.17 | 0.59 |
| Hex | 85 | 9C | A8 | 15 | 7 | 0 | 22 | C9 | 11 | 3B |
| Octal | 205 | 234 | 250 | 25 | 7 | 0 | 42 | 311 | 21 | 73 |
| Binary | 10000101 | 10011100 | 10101000 | 10101 | 111 | 0 | 100010 | 11001001 | 10001 | 111011 |
Color Harmonies of #859CA8
Complementary color
Monochromatic Colors of #859CA8
Black with #859CA8
Text Example
Text Example
White with #859CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CA8; }
p { color: rgb(133,156,168); }
H1.HeaderClassName
{
color: #859CA8;
}
.AnyTagClassName
{
color: #859CA8;
}
</style>
background-color css
<style>
a { background-color: #859CA8; }
a { background-color: rgb(133,156,168); }
div.DivClassName
{
background-color: #859CA8;
}
.BgClassName
{
background-color: #859CA8;
}
</style>
border-color css
<style>
span { border-color: #859CA8; }
span { border-color: rgb(133,156,168); }
td.TdClassName
{
border-color: #859CA8;
}
.TagClassName
{
border-color: #859CA8;
}
</style>