Shades of Bali Hai #8B959D
Tints of Bali Hai #8B959D
RGB
CMYK
RGB Variations
Color information
#8B959D (or 0x8B959D) is known color: Bali Hai. HEX triplet: 8B, 95 and 9D. RGB value is (139,149,157). Sum of RGB (Red+Green+Blue) = 139+149+157=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B959D is #746A62. Grayscale: #929292. Windows color (decimal): -7629411 or 10327435. OLE color: 10327435.
HSL color Cylindrical-coordinate representation of color #8B959D: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B959D is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 149 | 157 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.38 |
| HSL | 206.67º | 0.08% | 0.58% | - |
| HSV(B) | 206.67º | 0.11% | 0.62% | - |
| XYZ | 27.48 | 29.42 | 36.13 | - |
| YUV | 146.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 157 | 0.11 | 0.05 | 0 | 0.38 | 206.67 | 0.08 | 0.58 |
| Hex | 8B | 95 | 9D | B | 5 | 0 | 26 | CF | 8 | 3A |
| Octal | 213 | 225 | 235 | 13 | 5 | 0 | 46 | 317 | 10 | 72 |
| Binary | 10001011 | 10010101 | 10011101 | 1011 | 101 | 0 | 100110 | 11001111 | 1000 | 111010 |
Color Harmonies of #8B959D
Complementary color
Monochromatic Colors of #8B959D
Black with #8B959D
Text Example
Text Example
White with #8B959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B959D; }
p { color: rgb(139,149,157); }
H1.HeaderClassName
{
color: #8B959D;
}
.AnyTagClassName
{
color: #8B959D;
}
</style>
background-color css
<style>
a { background-color: #8B959D; }
a { background-color: rgb(139,149,157); }
div.DivClassName
{
background-color: #8B959D;
}
.BgClassName
{
background-color: #8B959D;
}
</style>
border-color css
<style>
span { border-color: #8B959D; }
span { border-color: rgb(139,149,157); }
td.TdClassName
{
border-color: #8B959D;
}
.TagClassName
{
border-color: #8B959D;
}
</style>