Shades of Bali Hai #8E959A
Tints of Bali Hai #8E959A
RGB
CMYK
RGB Variations
Color information
#8E959A (or 0x8E959A) is known color: Bali Hai. HEX triplet: 8E, 95 and 9A. RGB value is (142,149,154). Sum of RGB (Red+Green+Blue) = 142+149+154=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E959A is #716A65. Grayscale: #939393. Windows color (decimal): -7432806 or 10130830. OLE color: 10130830.
HSL color Cylindrical-coordinate representation of color #8E959A: hue angle of 205º 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 #8E959A is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 149 | 154 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.40 |
| HSL | 205º | 0.06% | 0.58% | - |
| HSV(B) | 205º | 0.08% | 0.6% | - |
| XYZ | 27.74 | 29.58 | 34.82 | - |
| YUV | 147.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 149 | 154 | 0.08 | 0.03 | 0 | 0.40 | 205 | 0.06 | 0.58 |
| Hex | 8E | 95 | 9A | 8 | 3 | 0 | 28 | CD | 6 | 3A |
| Octal | 216 | 225 | 232 | 10 | 3 | 0 | 50 | 315 | 6 | 72 |
| Binary | 10001110 | 10010101 | 10011010 | 1000 | 11 | 0 | 101000 | 11001101 | 110 | 111010 |
Color Harmonies of #8E959A
Complementary color
Monochromatic Colors of #8E959A
Black with #8E959A
Text Example
Text Example
White with #8E959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E959A; }
p { color: rgb(142,149,154); }
H1.HeaderClassName
{
color: #8E959A;
}
.AnyTagClassName
{
color: #8E959A;
}
</style>
background-color css
<style>
a { background-color: #8E959A; }
a { background-color: rgb(142,149,154); }
div.DivClassName
{
background-color: #8E959A;
}
.BgClassName
{
background-color: #8E959A;
}
</style>
border-color css
<style>
span { border-color: #8E959A; }
span { border-color: rgb(142,149,154); }
td.TdClassName
{
border-color: #8E959A;
}
.TagClassName
{
border-color: #8E959A;
}
</style>