Shades of Bali Hai #85A1A9
Tints of Bali Hai #85A1A9
RGB
CMYK
RGB Variations
Color information
#85A1A9 (or 0x85A1A9) is known color: Bali Hai. HEX triplet: 85, A1 and A9. RGB value is (133,161,169). Sum of RGB (Red+Green+Blue) = 133+161+169=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 169 - color contains mainly: blue. Hex color #85A1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A1A9 is #7A5E56. Grayscale: #999999. Windows color (decimal): -8019543 or 11116933. OLE color: 11116933.
HSL color Cylindrical-coordinate representation of color #85A1A9: hue angle of 193.33º 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 #85A1A9 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 161 | 169 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.34 |
| HSL | 193.33º | 0.17% | 0.59% | - |
| HSV(B) | 193.33º | 0.21% | 0.66% | - |
| XYZ | 29.58 | 33.34 | 42.41 | - |
| YUV | 153.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 169 | 0.21 | 0.05 | 0 | 0.34 | 193.33 | 0.17 | 0.59 |
| Hex | 85 | A1 | A9 | 15 | 5 | 0 | 22 | C1 | 11 | 3B |
| Octal | 205 | 241 | 251 | 25 | 5 | 0 | 42 | 301 | 21 | 73 |
| Binary | 10000101 | 10100001 | 10101001 | 10101 | 101 | 0 | 100010 | 11000001 | 10001 | 111011 |
Color Harmonies of #85A1A9
Complementary color
Monochromatic Colors of #85A1A9
Black with #85A1A9
Text Example
Text Example
White with #85A1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A1A9; }
p { color: rgb(133,161,169); }
H1.HeaderClassName
{
color: #85A1A9;
}
.AnyTagClassName
{
color: #85A1A9;
}
</style>
background-color css
<style>
a { background-color: #85A1A9; }
a { background-color: rgb(133,161,169); }
div.DivClassName
{
background-color: #85A1A9;
}
.BgClassName
{
background-color: #85A1A9;
}
</style>
border-color css
<style>
span { border-color: #85A1A9; }
span { border-color: rgb(133,161,169); }
td.TdClassName
{
border-color: #85A1A9;
}
.TagClassName
{
border-color: #85A1A9;
}
</style>