Shades of Grey Suit #8D8BAA
Tints of Grey Suit #8D8BAA
RGB
CMYK
RGB Variations
Color information
#8D8BAA (or 0x8D8BAA) is known color: Grey Suit. HEX triplet: 8D, 8B and AA. RGB value is (141,139,170). Sum of RGB (Red+Green+Blue) = 141+139+170=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8BAA is #727455. Grayscale: #8F8F8F. Windows color (decimal): -7500886 or 11176845. OLE color: 11176845.
HSL color Cylindrical-coordinate representation of color #8D8BAA: hue angle of 243.87º degrees, saturation: 0.15, 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 #8D8BAA is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 139 | 170 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.33 |
| HSL | 243.87º | 0.15% | 0.61% | - |
| HSV(B) | 243.87º | 0.18% | 0.67% | - |
| XYZ | 27.47 | 27.03 | 41.8 | - |
| YUV | 143.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 139 | 170 | 0.17 | 0.18 | 0 | 0.33 | 243.87 | 0.15 | 0.61 |
| Hex | 8D | 8B | AA | 11 | 12 | 0 | 21 | F4 | F | 3D |
| Octal | 215 | 213 | 252 | 21 | 22 | 0 | 41 | 364 | 17 | 75 |
| Binary | 10001101 | 10001011 | 10101010 | 10001 | 10010 | 0 | 100001 | 11110100 | 1111 | 111101 |
Color Harmonies of #8D8BAA
Complementary color
Monochromatic Colors of #8D8BAA
Black with #8D8BAA
Text Example
Text Example
White with #8D8BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8BAA; }
p { color: rgb(141,139,170); }
H1.HeaderClassName
{
color: #8D8BAA;
}
.AnyTagClassName
{
color: #8D8BAA;
}
</style>
background-color css
<style>
a { background-color: #8D8BAA; }
a { background-color: rgb(141,139,170); }
div.DivClassName
{
background-color: #8D8BAA;
}
.BgClassName
{
background-color: #8D8BAA;
}
</style>
border-color css
<style>
span { border-color: #8D8BAA; }
span { border-color: rgb(141,139,170); }
td.TdClassName
{
border-color: #8D8BAA;
}
.TagClassName
{
border-color: #8D8BAA;
}
</style>