Shades of Bali Hai #8D9AA4
Tints of Bali Hai #8D9AA4
RGB
CMYK
RGB Variations
Color information
#8D9AA4 (or 0x8D9AA4) is known color: Bali Hai. HEX triplet: 8D, 9A and A4. RGB value is (141,154,164). Sum of RGB (Red+Green+Blue) = 141+154+164=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D9AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9AA4 is #72655B. Grayscale: #979797. Windows color (decimal): -7497052 or 10787469. OLE color: 10787469.
HSL color Cylindrical-coordinate representation of color #8D9AA4: hue angle of 206.09º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D9AA4 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 154 | 164 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.36 |
| HSL | 206.09º | 0.11% | 0.6% | - |
| HSV(B) | 206.09º | 0.14% | 0.64% | - |
| XYZ | 29.24 | 31.45 | 39.65 | - |
| YUV | 151.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 164 | 0.14 | 0.06 | 0 | 0.36 | 206.09 | 0.11 | 0.6 |
| Hex | 8D | 9A | A4 | E | 6 | 0 | 24 | CE | B | 3C |
| Octal | 215 | 232 | 244 | 16 | 6 | 0 | 44 | 316 | 13 | 74 |
| Binary | 10001101 | 10011010 | 10100100 | 1110 | 110 | 0 | 100100 | 11001110 | 1011 | 111100 |
Color Harmonies of #8D9AA4
Complementary color
Monochromatic Colors of #8D9AA4
Black with #8D9AA4
Text Example
Text Example
White with #8D9AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9AA4; }
p { color: rgb(141,154,164); }
H1.HeaderClassName
{
color: #8D9AA4;
}
.AnyTagClassName
{
color: #8D9AA4;
}
</style>
background-color css
<style>
a { background-color: #8D9AA4; }
a { background-color: rgb(141,154,164); }
div.DivClassName
{
background-color: #8D9AA4;
}
.BgClassName
{
background-color: #8D9AA4;
}
</style>
border-color css
<style>
span { border-color: #8D9AA4; }
span { border-color: rgb(141,154,164); }
td.TdClassName
{
border-color: #8D9AA4;
}
.TagClassName
{
border-color: #8D9AA4;
}
</style>