Shades of Bali Hai #8D9AAA
Tints of Bali Hai #8D9AAA
RGB
CMYK
RGB Variations
Color information
#8D9AAA (or 0x8D9AAA) is known color: Bali Hai. HEX triplet: 8D, 9A and AA. RGB value is (141,154,170). Sum of RGB (Red+Green+Blue) = 141+154+170=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D9AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9AAA is #726555. Grayscale: #979797. Windows color (decimal): -7497046 or 11180685. OLE color: 11180685.
HSL color Cylindrical-coordinate representation of color #8D9AAA: hue angle of 213.1º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D9AAA is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 154 | 170 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.33 |
| HSL | 213.1º | 0.15% | 0.61% | - |
| HSV(B) | 213.1º | 0.17% | 0.67% | - |
| XYZ | 29.8 | 31.68 | 42.57 | - |
| YUV | 151.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 170 | 0.17 | 0.09 | 0 | 0.33 | 213.1 | 0.15 | 0.61 |
| Hex | 8D | 9A | AA | 11 | 9 | 0 | 21 | D5 | F | 3D |
| Octal | 215 | 232 | 252 | 21 | 11 | 0 | 41 | 325 | 17 | 75 |
| Binary | 10001101 | 10011010 | 10101010 | 10001 | 1001 | 0 | 100001 | 11010101 | 1111 | 111101 |
Color Harmonies of #8D9AAA
Complementary color
Monochromatic Colors of #8D9AAA
Black with #8D9AAA
Text Example
Text Example
White with #8D9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9AAA; }
p { color: rgb(141,154,170); }
H1.HeaderClassName
{
color: #8D9AAA;
}
.AnyTagClassName
{
color: #8D9AAA;
}
</style>
background-color css
<style>
a { background-color: #8D9AAA; }
a { background-color: rgb(141,154,170); }
div.DivClassName
{
background-color: #8D9AAA;
}
.BgClassName
{
background-color: #8D9AAA;
}
</style>
border-color css
<style>
span { border-color: #8D9AAA; }
span { border-color: rgb(141,154,170); }
td.TdClassName
{
border-color: #8D9AAA;
}
.TagClassName
{
border-color: #8D9AAA;
}
</style>