Shades of Bali Hai #859DB1
Tints of Bali Hai #859DB1
RGB
CMYK
RGB Variations
Color information
#859DB1 (or 0x859DB1) is known color: Bali Hai. HEX triplet: 85, 9D and B1. RGB value is (133,157,177). Sum of RGB (Red+Green+Blue) = 133+157+177=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #859DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DB1 is #7A624E. Grayscale: #989898. Windows color (decimal): -8020559 or 11640197. OLE color: 11640197.
HSL color Cylindrical-coordinate representation of color #859DB1: hue angle of 207.27º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #859DB1 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 157 | 177 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.31 |
| HSL | 207.27º | 0.22% | 0.61% | - |
| HSV(B) | 207.27º | 0.25% | 0.69% | - |
| XYZ | 29.67 | 32.27 | 46.26 | - |
| YUV | 152.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 177 | 0.25 | 0.11 | 0 | 0.31 | 207.27 | 0.22 | 0.61 |
| Hex | 85 | 9D | B1 | 19 | B | 0 | 1F | CF | 16 | 3D |
| Octal | 205 | 235 | 261 | 31 | 13 | 0 | 37 | 317 | 26 | 75 |
| Binary | 10000101 | 10011101 | 10110001 | 11001 | 1011 | 0 | 11111 | 11001111 | 10110 | 111101 |
Color Harmonies of #859DB1
Complementary color
Monochromatic Colors of #859DB1
Black with #859DB1
Text Example
Text Example
White with #859DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DB1; }
p { color: rgb(133,157,177); }
H1.HeaderClassName
{
color: #859DB1;
}
.AnyTagClassName
{
color: #859DB1;
}
</style>
background-color css
<style>
a { background-color: #859DB1; }
a { background-color: rgb(133,157,177); }
div.DivClassName
{
background-color: #859DB1;
}
.BgClassName
{
background-color: #859DB1;
}
</style>
border-color css
<style>
span { border-color: #859DB1; }
span { border-color: rgb(133,157,177); }
td.TdClassName
{
border-color: #859DB1;
}
.TagClassName
{
border-color: #859DB1;
}
</style>