Shades of Bali Hai #87A1AB
Tints of Bali Hai #87A1AB
RGB
CMYK
RGB Variations
Color information
#87A1AB (or 0x87A1AB) is known color: Bali Hai. HEX triplet: 87, A1 and AB. RGB value is (135,161,171). Sum of RGB (Red+Green+Blue) = 135+161+171=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #87A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A1AB is #785E54. Grayscale: #9A9A9A. Windows color (decimal): -7888469 or 11248007. OLE color: 11248007.
HSL color Cylindrical-coordinate representation of color #87A1AB: hue angle of 196.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87A1AB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 161 | 171 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.33 |
| HSL | 196.67º | 0.18% | 0.6% | - |
| HSV(B) | 196.67º | 0.21% | 0.67% | - |
| XYZ | 30.09 | 33.58 | 43.42 | - |
| YUV | 154.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 161 | 171 | 0.21 | 0.06 | 0 | 0.33 | 196.67 | 0.18 | 0.6 |
| Hex | 87 | A1 | AB | 15 | 6 | 0 | 21 | C5 | 12 | 3C |
| Octal | 207 | 241 | 253 | 25 | 6 | 0 | 41 | 305 | 22 | 74 |
| Binary | 10000111 | 10100001 | 10101011 | 10101 | 110 | 0 | 100001 | 11000101 | 10010 | 111100 |
Color Harmonies of #87A1AB
Complementary color
Monochromatic Colors of #87A1AB
Black with #87A1AB
Text Example
Text Example
White with #87A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A1AB; }
p { color: rgb(135,161,171); }
H1.HeaderClassName
{
color: #87A1AB;
}
.AnyTagClassName
{
color: #87A1AB;
}
</style>
background-color css
<style>
a { background-color: #87A1AB; }
a { background-color: rgb(135,161,171); }
div.DivClassName
{
background-color: #87A1AB;
}
.BgClassName
{
background-color: #87A1AB;
}
</style>
border-color css
<style>
span { border-color: #87A1AB; }
span { border-color: rgb(135,161,171); }
td.TdClassName
{
border-color: #87A1AB;
}
.TagClassName
{
border-color: #87A1AB;
}
</style>