Shades of Bali Hai #859BAD
Tints of Bali Hai #859BAD
RGB
CMYK
RGB Variations
Color information
#859BAD (or 0x859BAD) is known color: Bali Hai. HEX triplet: 85, 9B and AD. RGB value is (133,155,173). Sum of RGB (Red+Green+Blue) = 133+155+173=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #859BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859BAD is #7A6452. Grayscale: #969696. Windows color (decimal): -8021075 or 11377541. OLE color: 11377541.
HSL color Cylindrical-coordinate representation of color #859BAD: hue angle of 207º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859BAD is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 155 | 173 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.32 |
| HSL | 207º | 0.2% | 0.6% | - |
| HSV(B) | 207º | 0.23% | 0.68% | - |
| XYZ | 28.94 | 31.45 | 44.08 | - |
| YUV | 150.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 173 | 0.23 | 0.10 | 0 | 0.32 | 207 | 0.2 | 0.6 |
| Hex | 85 | 9B | AD | 17 | A | 0 | 20 | CF | 14 | 3C |
| Octal | 205 | 233 | 255 | 27 | 12 | 0 | 40 | 317 | 24 | 74 |
| Binary | 10000101 | 10011011 | 10101101 | 10111 | 1010 | 0 | 100000 | 11001111 | 10100 | 111100 |
Color Harmonies of #859BAD
Complementary color
Monochromatic Colors of #859BAD
Black with #859BAD
Text Example
Text Example
White with #859BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BAD; }
p { color: rgb(133,155,173); }
H1.HeaderClassName
{
color: #859BAD;
}
.AnyTagClassName
{
color: #859BAD;
}
</style>
background-color css
<style>
a { background-color: #859BAD; }
a { background-color: rgb(133,155,173); }
div.DivClassName
{
background-color: #859BAD;
}
.BgClassName
{
background-color: #859BAD;
}
</style>
border-color css
<style>
span { border-color: #859BAD; }
span { border-color: rgb(133,155,173); }
td.TdClassName
{
border-color: #859BAD;
}
.TagClassName
{
border-color: #859BAD;
}
</style>