Shades of Bali Hai #8E9FAA
Tints of Bali Hai #8E9FAA
RGB
CMYK
RGB Variations
Color information
#8E9FAA (or 0x8E9FAA) is known color: Bali Hai. HEX triplet: 8E, 9F and AA. RGB value is (142,159,170). Sum of RGB (Red+Green+Blue) = 142+159+170=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9FAA is #716055. Grayscale: #9B9B9B. Windows color (decimal): -7430230 or 11181966. OLE color: 11181966.
HSL color Cylindrical-coordinate representation of color #8E9FAA: hue angle of 203.57º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E9FAA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 159 | 170 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.33 |
| HSL | 203.57º | 0.14% | 0.61% | - |
| HSV(B) | 203.57º | 0.16% | 0.67% | - |
| XYZ | 30.81 | 33.45 | 42.86 | - |
| YUV | 155.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 159 | 170 | 0.16 | 0.06 | 0 | 0.33 | 203.57 | 0.14 | 0.61 |
| Hex | 8E | 9F | AA | 10 | 6 | 0 | 21 | CC | E | 3D |
| Octal | 216 | 237 | 252 | 20 | 6 | 0 | 41 | 314 | 16 | 75 |
| Binary | 10001110 | 10011111 | 10101010 | 10000 | 110 | 0 | 100001 | 11001100 | 1110 | 111101 |
Color Harmonies of #8E9FAA
Complementary color
Monochromatic Colors of #8E9FAA
Black with #8E9FAA
Text Example
Text Example
White with #8E9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9FAA; }
p { color: rgb(142,159,170); }
H1.HeaderClassName
{
color: #8E9FAA;
}
.AnyTagClassName
{
color: #8E9FAA;
}
</style>
background-color css
<style>
a { background-color: #8E9FAA; }
a { background-color: rgb(142,159,170); }
div.DivClassName
{
background-color: #8E9FAA;
}
.BgClassName
{
background-color: #8E9FAA;
}
</style>
border-color css
<style>
span { border-color: #8E9FAA; }
span { border-color: rgb(142,159,170); }
td.TdClassName
{
border-color: #8E9FAA;
}
.TagClassName
{
border-color: #8E9FAA;
}
</style>