Shades of Bali Hai #8D9EAC
Tints of Bali Hai #8D9EAC
RGB
CMYK
RGB Variations
Color information
#8D9EAC (or 0x8D9EAC) is known color: Bali Hai. HEX triplet: 8D, 9E and AC. RGB value is (141,158,172). Sum of RGB (Red+Green+Blue) = 141+158+172=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9EAC is #726153. Grayscale: #9A9A9A. Windows color (decimal): -7496020 or 11312781. OLE color: 11312781.
HSL color Cylindrical-coordinate representation of color #8D9EAC: hue angle of 207.1º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D9EAC is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 158 | 172 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.33 |
| HSL | 207.1º | 0.16% | 0.61% | - |
| HSV(B) | 207.1º | 0.18% | 0.67% | - |
| XYZ | 30.66 | 33.1 | 43.8 | - |
| YUV | 154.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 172 | 0.18 | 0.08 | 0 | 0.33 | 207.1 | 0.16 | 0.61 |
| Hex | 8D | 9E | AC | 12 | 8 | 0 | 21 | CF | 10 | 3D |
| Octal | 215 | 236 | 254 | 22 | 10 | 0 | 41 | 317 | 20 | 75 |
| Binary | 10001101 | 10011110 | 10101100 | 10010 | 1000 | 0 | 100001 | 11001111 | 10000 | 111101 |
Color Harmonies of #8D9EAC
Complementary color
Monochromatic Colors of #8D9EAC
Black with #8D9EAC
Text Example
Text Example
White with #8D9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9EAC; }
p { color: rgb(141,158,172); }
H1.HeaderClassName
{
color: #8D9EAC;
}
.AnyTagClassName
{
color: #8D9EAC;
}
</style>
background-color css
<style>
a { background-color: #8D9EAC; }
a { background-color: rgb(141,158,172); }
div.DivClassName
{
background-color: #8D9EAC;
}
.BgClassName
{
background-color: #8D9EAC;
}
</style>
border-color css
<style>
span { border-color: #8D9EAC; }
span { border-color: rgb(141,158,172); }
td.TdClassName
{
border-color: #8D9EAC;
}
.TagClassName
{
border-color: #8D9EAC;
}
</style>