Shades of Bali Hai #8E9BA3
Tints of Bali Hai #8E9BA3
RGB
CMYK
RGB Variations
Color information
#8E9BA3 (or 0x8E9BA3) is known color: Bali Hai. HEX triplet: 8E, 9B and A3. RGB value is (142,155,163). Sum of RGB (Red+Green+Blue) = 142+155+163=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 163 - color contains mainly: blue. Hex color #8E9BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9BA3 is #71645C. Grayscale: #979797. Windows color (decimal): -7431261 or 10722190. OLE color: 10722190.
HSL color Cylindrical-coordinate representation of color #8E9BA3: hue angle of 202.86º 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 #8E9BA3 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 155 | 163 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.36 |
| HSL | 202.86º | 0.1% | 0.6% | - |
| HSV(B) | 202.86º | 0.13% | 0.64% | - |
| XYZ | 29.49 | 31.84 | 39.24 | - |
| YUV | 152.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 155 | 163 | 0.13 | 0.05 | 0 | 0.36 | 202.86 | 0.1 | 0.6 |
| Hex | 8E | 9B | A3 | D | 5 | 0 | 24 | CB | A | 3C |
| Octal | 216 | 233 | 243 | 15 | 5 | 0 | 44 | 313 | 12 | 74 |
| Binary | 10001110 | 10011011 | 10100011 | 1101 | 101 | 0 | 100100 | 11001011 | 1010 | 111100 |
Color Harmonies of #8E9BA3
Complementary color
Monochromatic Colors of #8E9BA3
Black with #8E9BA3
Text Example
Text Example
White with #8E9BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9BA3; }
p { color: rgb(142,155,163); }
H1.HeaderClassName
{
color: #8E9BA3;
}
.AnyTagClassName
{
color: #8E9BA3;
}
</style>
background-color css
<style>
a { background-color: #8E9BA3; }
a { background-color: rgb(142,155,163); }
div.DivClassName
{
background-color: #8E9BA3;
}
.BgClassName
{
background-color: #8E9BA3;
}
</style>
border-color css
<style>
span { border-color: #8E9BA3; }
span { border-color: rgb(142,155,163); }
td.TdClassName
{
border-color: #8E9BA3;
}
.TagClassName
{
border-color: #8E9BA3;
}
</style>