Shades of Bali Hai #859FAC
Tints of Bali Hai #859FAC
RGB
CMYK
RGB Variations
Color information
#859FAC (or 0x859FAC) is known color: Bali Hai. HEX triplet: 85, 9F and AC. RGB value is (133,159,172). Sum of RGB (Red+Green+Blue) = 133+159+172=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #859FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859FAC is #7A6053. Grayscale: #989898. Windows color (decimal): -8020052 or 11313029. OLE color: 11313029.
HSL color Cylindrical-coordinate representation of color #859FAC: hue angle of 200º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859FAC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 159 | 172 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.33 |
| HSL | 200º | 0.19% | 0.6% | - |
| HSV(B) | 200º | 0.23% | 0.67% | - |
| XYZ | 29.52 | 32.76 | 43.8 | - |
| YUV | 152.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 172 | 0.23 | 0.08 | 0 | 0.33 | 200 | 0.19 | 0.6 |
| Hex | 85 | 9F | AC | 17 | 8 | 0 | 21 | C8 | 13 | 3C |
| Octal | 205 | 237 | 254 | 27 | 10 | 0 | 41 | 310 | 23 | 74 |
| Binary | 10000101 | 10011111 | 10101100 | 10111 | 1000 | 0 | 100001 | 11001000 | 10011 | 111100 |
Color Harmonies of #859FAC
Complementary color
Monochromatic Colors of #859FAC
Black with #859FAC
Text Example
Text Example
White with #859FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FAC; }
p { color: rgb(133,159,172); }
H1.HeaderClassName
{
color: #859FAC;
}
.AnyTagClassName
{
color: #859FAC;
}
</style>
background-color css
<style>
a { background-color: #859FAC; }
a { background-color: rgb(133,159,172); }
div.DivClassName
{
background-color: #859FAC;
}
.BgClassName
{
background-color: #859FAC;
}
</style>
border-color css
<style>
span { border-color: #859FAC; }
span { border-color: rgb(133,159,172); }
td.TdClassName
{
border-color: #859FAC;
}
.TagClassName
{
border-color: #859FAC;
}
</style>