Shades of Bali Hai #8E9DAA
Tints of Bali Hai #8E9DAA
RGB
CMYK
RGB Variations
Color information
#8E9DAA (or 0x8E9DAA) is known color: Bali Hai. HEX triplet: 8E, 9D and AA. RGB value is (142,157,170). Sum of RGB (Red+Green+Blue) = 142+157+170=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E9DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9DAA is #716255. Grayscale: #999999. Windows color (decimal): -7430742 or 11181454. OLE color: 11181454.
HSL color Cylindrical-coordinate representation of color #8E9DAA: hue angle of 207.86º 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 #8E9DAA is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 157 | 170 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.33 |
| HSL | 207.86º | 0.14% | 0.61% | - |
| HSV(B) | 207.86º | 0.16% | 0.67% | - |
| XYZ | 30.47 | 32.77 | 42.75 | - |
| YUV | 154 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 170 | 0.16 | 0.08 | 0 | 0.33 | 207.86 | 0.14 | 0.61 |
| Hex | 8E | 9D | AA | 10 | 8 | 0 | 21 | D0 | E | 3D |
| Octal | 216 | 235 | 252 | 20 | 10 | 0 | 41 | 320 | 16 | 75 |
| Binary | 10001110 | 10011101 | 10101010 | 10000 | 1000 | 0 | 100001 | 11010000 | 1110 | 111101 |
Color Harmonies of #8E9DAA
Complementary color
Monochromatic Colors of #8E9DAA
Black with #8E9DAA
Text Example
Text Example
White with #8E9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9DAA; }
p { color: rgb(142,157,170); }
H1.HeaderClassName
{
color: #8E9DAA;
}
.AnyTagClassName
{
color: #8E9DAA;
}
</style>
background-color css
<style>
a { background-color: #8E9DAA; }
a { background-color: rgb(142,157,170); }
div.DivClassName
{
background-color: #8E9DAA;
}
.BgClassName
{
background-color: #8E9DAA;
}
</style>
border-color css
<style>
span { border-color: #8E9DAA; }
span { border-color: rgb(142,157,170); }
td.TdClassName
{
border-color: #8E9DAA;
}
.TagClassName
{
border-color: #8E9DAA;
}
</style>