Shades of Bali Hai #86959B
Tints of Bali Hai #86959B
RGB
CMYK
RGB Variations
Color information
#86959B (or 0x86959B) is known color: Bali Hai. HEX triplet: 86, 95 and 9B. RGB value is (134,149,155). Sum of RGB (Red+Green+Blue) = 134+149+155=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #86959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86959B is #796A64. Grayscale: #919191. Windows color (decimal): -7957093 or 10196358. OLE color: 10196358.
HSL color Cylindrical-coordinate representation of color #86959B: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86959B is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 149 | 155 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.39 |
| HSL | 197.14º | 0.1% | 0.57% | - |
| HSV(B) | 197.14º | 0.14% | 0.61% | - |
| XYZ | 26.5 | 28.93 | 35.2 | - |
| YUV | 145.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 149 | 155 | 0.14 | 0.04 | 0 | 0.39 | 197.14 | 0.1 | 0.57 |
| Hex | 86 | 95 | 9B | E | 4 | 0 | 27 | C5 | A | 39 |
| Octal | 206 | 225 | 233 | 16 | 4 | 0 | 47 | 305 | 12 | 71 |
| Binary | 10000110 | 10010101 | 10011011 | 1110 | 100 | 0 | 100111 | 11000101 | 1010 | 111001 |
Color Harmonies of #86959B
Complementary color
Monochromatic Colors of #86959B
Black with #86959B
Text Example
Text Example
White with #86959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86959B; }
p { color: rgb(134,149,155); }
H1.HeaderClassName
{
color: #86959B;
}
.AnyTagClassName
{
color: #86959B;
}
</style>
background-color css
<style>
a { background-color: #86959B; }
a { background-color: rgb(134,149,155); }
div.DivClassName
{
background-color: #86959B;
}
.BgClassName
{
background-color: #86959B;
}
</style>
border-color css
<style>
span { border-color: #86959B; }
span { border-color: rgb(134,149,155); }
td.TdClassName
{
border-color: #86959B;
}
.TagClassName
{
border-color: #86959B;
}
</style>