Shades of Bali Hai #87969D
Tints of Bali Hai #87969D
RGB
CMYK
RGB Variations
Color information
#87969D (or 0x87969D) is known color: Bali Hai. HEX triplet: 87, 96 and 9D. RGB value is (135,150,157). Sum of RGB (Red+Green+Blue) = 135+150+157=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #87969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87969D is #786962. Grayscale: #929292. Windows color (decimal): -7891299 or 10327687. OLE color: 10327687.
HSL color Cylindrical-coordinate representation of color #87969D: hue angle of 199.09º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #87969D is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 150 | 157 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.38 |
| HSL | 199.09º | 0.1% | 0.57% | - |
| HSV(B) | 199.09º | 0.14% | 0.62% | - |
| XYZ | 26.98 | 29.4 | 36.15 | - |
| YUV | 146.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 157 | 0.14 | 0.04 | 0 | 0.38 | 199.09 | 0.1 | 0.57 |
| Hex | 87 | 96 | 9D | E | 4 | 0 | 26 | C7 | A | 39 |
| Octal | 207 | 226 | 235 | 16 | 4 | 0 | 46 | 307 | 12 | 71 |
| Binary | 10000111 | 10010110 | 10011101 | 1110 | 100 | 0 | 100110 | 11000111 | 1010 | 111001 |
Color Harmonies of #87969D
Complementary color
Monochromatic Colors of #87969D
Black with #87969D
Text Example
Text Example
White with #87969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87969D; }
p { color: rgb(135,150,157); }
H1.HeaderClassName
{
color: #87969D;
}
.AnyTagClassName
{
color: #87969D;
}
</style>
background-color css
<style>
a { background-color: #87969D; }
a { background-color: rgb(135,150,157); }
div.DivClassName
{
background-color: #87969D;
}
.BgClassName
{
background-color: #87969D;
}
</style>
border-color css
<style>
span { border-color: #87969D; }
span { border-color: rgb(135,150,157); }
td.TdClassName
{
border-color: #87969D;
}
.TagClassName
{
border-color: #87969D;
}
</style>