Shades of Bali Hai #859FAF
Tints of Bali Hai #859FAF
RGB
CMYK
RGB Variations
Color information
#859FAF (or 0x859FAF) is known color: Bali Hai. HEX triplet: 85, 9F and AF. RGB value is (133,159,175). Sum of RGB (Red+Green+Blue) = 133+159+175=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #859FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859FAF is #7A6050. Grayscale: #989898. Windows color (decimal): -8020049 or 11509637. OLE color: 11509637.
HSL color Cylindrical-coordinate representation of color #859FAF: hue angle of 202.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #859FAF is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 159 | 175 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.31 |
| HSL | 202.86º | 0.21% | 0.6% | - |
| HSV(B) | 202.86º | 0.24% | 0.69% | - |
| XYZ | 29.81 | 32.88 | 45.33 | - |
| YUV | 153.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 175 | 0.24 | 0.09 | 0 | 0.31 | 202.86 | 0.21 | 0.6 |
| Hex | 85 | 9F | AF | 18 | 9 | 0 | 1F | CB | 15 | 3C |
| Octal | 205 | 237 | 257 | 30 | 11 | 0 | 37 | 313 | 25 | 74 |
| Binary | 10000101 | 10011111 | 10101111 | 11000 | 1001 | 0 | 11111 | 11001011 | 10101 | 111100 |
Color Harmonies of #859FAF
Complementary color
Monochromatic Colors of #859FAF
Black with #859FAF
Text Example
Text Example
White with #859FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FAF; }
p { color: rgb(133,159,175); }
H1.HeaderClassName
{
color: #859FAF;
}
.AnyTagClassName
{
color: #859FAF;
}
</style>
background-color css
<style>
a { background-color: #859FAF; }
a { background-color: rgb(133,159,175); }
div.DivClassName
{
background-color: #859FAF;
}
.BgClassName
{
background-color: #859FAF;
}
</style>
border-color css
<style>
span { border-color: #859FAF; }
span { border-color: rgb(133,159,175); }
td.TdClassName
{
border-color: #859FAF;
}
.TagClassName
{
border-color: #859FAF;
}
</style>