Shades of Bali Hai #8B959C
Tints of Bali Hai #8B959C
RGB
CMYK
RGB Variations
Color information
#8B959C (or 0x8B959C) is known color: Bali Hai. HEX triplet: 8B, 95 and 9C. RGB value is (139,149,156). Sum of RGB (Red+Green+Blue) = 139+149+156=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B959C is #746A63. Grayscale: #929292. Windows color (decimal): -7629412 or 10261899. OLE color: 10261899.
HSL color Cylindrical-coordinate representation of color #8B959C: hue angle of 204.71º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B959C is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 149 | 156 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.39 |
| HSL | 204.71º | 0.08% | 0.58% | - |
| HSV(B) | 204.71º | 0.11% | 0.61% | - |
| XYZ | 27.4 | 29.38 | 35.68 | - |
| YUV | 146.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 156 | 0.11 | 0.04 | 0 | 0.39 | 204.71 | 0.08 | 0.58 |
| Hex | 8B | 95 | 9C | B | 4 | 0 | 27 | CD | 8 | 3A |
| Octal | 213 | 225 | 234 | 13 | 4 | 0 | 47 | 315 | 10 | 72 |
| Binary | 10001011 | 10010101 | 10011100 | 1011 | 100 | 0 | 100111 | 11001101 | 1000 | 111010 |
Color Harmonies of #8B959C
Complementary color
Monochromatic Colors of #8B959C
Black with #8B959C
Text Example
Text Example
White with #8B959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B959C; }
p { color: rgb(139,149,156); }
H1.HeaderClassName
{
color: #8B959C;
}
.AnyTagClassName
{
color: #8B959C;
}
</style>
background-color css
<style>
a { background-color: #8B959C; }
a { background-color: rgb(139,149,156); }
div.DivClassName
{
background-color: #8B959C;
}
.BgClassName
{
background-color: #8B959C;
}
</style>
border-color css
<style>
span { border-color: #8B959C; }
span { border-color: rgb(139,149,156); }
td.TdClassName
{
border-color: #8B959C;
}
.TagClassName
{
border-color: #8B959C;
}
</style>