Shades of Bali Hai #8E99A3
Tints of Bali Hai #8E99A3
RGB
CMYK
RGB Variations
Color information
#8E99A3 (or 0x8E99A3) is known color: Bali Hai. HEX triplet: 8E, 99 and A3. RGB value is (142,153,163). Sum of RGB (Red+Green+Blue) = 142+153+163=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 163 - color contains mainly: blue. Hex color #8E99A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E99A3 is #71665C. Grayscale: #969696. Windows color (decimal): -7431773 or 10721678. OLE color: 10721678.
HSL color Cylindrical-coordinate representation of color #8E99A3: hue angle of 208.57º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E99A3 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 153 | 163 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.36 |
| HSL | 208.57º | 0.1% | 0.6% | - |
| HSV(B) | 208.57º | 0.13% | 0.64% | - |
| XYZ | 29.16 | 31.18 | 39.13 | - |
| YUV | 150.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 163 | 0.13 | 0.06 | 0 | 0.36 | 208.57 | 0.1 | 0.6 |
| Hex | 8E | 99 | A3 | D | 6 | 0 | 24 | D1 | A | 3C |
| Octal | 216 | 231 | 243 | 15 | 6 | 0 | 44 | 321 | 12 | 74 |
| Binary | 10001110 | 10011001 | 10100011 | 1101 | 110 | 0 | 100100 | 11010001 | 1010 | 111100 |
Color Harmonies of #8E99A3
Complementary color
Monochromatic Colors of #8E99A3
Black with #8E99A3
Text Example
Text Example
White with #8E99A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E99A3; }
p { color: rgb(142,153,163); }
H1.HeaderClassName
{
color: #8E99A3;
}
.AnyTagClassName
{
color: #8E99A3;
}
</style>
background-color css
<style>
a { background-color: #8E99A3; }
a { background-color: rgb(142,153,163); }
div.DivClassName
{
background-color: #8E99A3;
}
.BgClassName
{
background-color: #8E99A3;
}
</style>
border-color css
<style>
span { border-color: #8E99A3; }
span { border-color: rgb(142,153,163); }
td.TdClassName
{
border-color: #8E99A3;
}
.TagClassName
{
border-color: #8E99A3;
}
</style>