Shades of Bali Hai #8D959A
Tints of Bali Hai #8D959A
RGB
CMYK
RGB Variations
Color information
#8D959A (or 0x8D959A) is known color: Bali Hai. HEX triplet: 8D, 95 and 9A. RGB value is (141,149,154). Sum of RGB (Red+Green+Blue) = 141+149+154=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D959A is #726A65. Grayscale: #939393. Windows color (decimal): -7498342 or 10130829. OLE color: 10130829.
HSL color Cylindrical-coordinate representation of color #8D959A: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D959A is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 149 | 154 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.40 |
| HSL | 203.08º | 0.06% | 0.58% | - |
| HSV(B) | 203.08º | 0.08% | 0.6% | - |
| XYZ | 27.56 | 29.49 | 34.81 | - |
| YUV | 147.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 154 | 0.08 | 0.03 | 0 | 0.40 | 203.08 | 0.06 | 0.58 |
| Hex | 8D | 95 | 9A | 8 | 3 | 0 | 28 | CB | 6 | 3A |
| Octal | 215 | 225 | 232 | 10 | 3 | 0 | 50 | 313 | 6 | 72 |
| Binary | 10001101 | 10010101 | 10011010 | 1000 | 11 | 0 | 101000 | 11001011 | 110 | 111010 |
Color Harmonies of #8D959A
Complementary color
Monochromatic Colors of #8D959A
Black with #8D959A
Text Example
Text Example
White with #8D959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D959A; }
p { color: rgb(141,149,154); }
H1.HeaderClassName
{
color: #8D959A;
}
.AnyTagClassName
{
color: #8D959A;
}
</style>
background-color css
<style>
a { background-color: #8D959A; }
a { background-color: rgb(141,149,154); }
div.DivClassName
{
background-color: #8D959A;
}
.BgClassName
{
background-color: #8D959A;
}
</style>
border-color css
<style>
span { border-color: #8D959A; }
span { border-color: rgb(141,149,154); }
td.TdClassName
{
border-color: #8D959A;
}
.TagClassName
{
border-color: #8D959A;
}
</style>