Shades of Bali Hai #8E9DA2
Tints of Bali Hai #8E9DA2
RGB
CMYK
RGB Variations
Color information
#8E9DA2 (or 0x8E9DA2) is known color: Bali Hai. HEX triplet: 8E, 9D and A2. RGB value is (142,157,162). Sum of RGB (Red+Green+Blue) = 142+157+162=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 162 - color contains mainly: blue. Hex color #8E9DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9DA2 is #71625D. Grayscale: #999999. Windows color (decimal): -7430750 or 10657166. OLE color: 10657166.
HSL color Cylindrical-coordinate representation of color #8E9DA2: hue angle of 195º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E9DA2 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 157 | 162 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.36 |
| HSL | 195º | 0.1% | 0.6% | - |
| HSV(B) | 195º | 0.12% | 0.64% | - |
| XYZ | 29.73 | 32.47 | 38.88 | - |
| YUV | 153.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 162 | 0.12 | 0.03 | 0 | 0.36 | 195 | 0.1 | 0.6 |
| Hex | 8E | 9D | A2 | C | 3 | 0 | 24 | C3 | A | 3C |
| Octal | 216 | 235 | 242 | 14 | 3 | 0 | 44 | 303 | 12 | 74 |
| Binary | 10001110 | 10011101 | 10100010 | 1100 | 11 | 0 | 100100 | 11000011 | 1010 | 111100 |
Color Harmonies of #8E9DA2
Complementary color
Monochromatic Colors of #8E9DA2
Black with #8E9DA2
Text Example
Text Example
White with #8E9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9DA2; }
p { color: rgb(142,157,162); }
H1.HeaderClassName
{
color: #8E9DA2;
}
.AnyTagClassName
{
color: #8E9DA2;
}
</style>
background-color css
<style>
a { background-color: #8E9DA2; }
a { background-color: rgb(142,157,162); }
div.DivClassName
{
background-color: #8E9DA2;
}
.BgClassName
{
background-color: #8E9DA2;
}
</style>
border-color css
<style>
span { border-color: #8E9DA2; }
span { border-color: rgb(142,157,162); }
td.TdClassName
{
border-color: #8E9DA2;
}
.TagClassName
{
border-color: #8E9DA2;
}
</style>