Shades of Grey Suit #8D8AA3
Tints of Grey Suit #8D8AA3
RGB
CMYK
RGB Variations
Color information
#8D8AA3 (or 0x8D8AA3) is known color: Grey Suit. HEX triplet: 8D, 8A and A3. RGB value is (141,138,163). Sum of RGB (Red+Green+Blue) = 141+138+163=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 163 - color contains mainly: blue. Hex color #8D8AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8AA3 is #72755C. Grayscale: #8D8D8D. Windows color (decimal): -7501149 or 10717837. OLE color: 10717837.
HSL color Cylindrical-coordinate representation of color #8D8AA3: hue angle of 247.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D8AA3 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 138 | 163 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.36 |
| HSL | 247.2º | 0.12% | 0.59% | - |
| HSV(B) | 247.2º | 0.15% | 0.64% | - |
| XYZ | 26.68 | 26.48 | 38.36 | - |
| YUV | 141.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 163 | 0.13 | 0.15 | 0 | 0.36 | 247.2 | 0.12 | 0.59 |
| Hex | 8D | 8A | A3 | D | F | 0 | 24 | F7 | C | 3B |
| Octal | 215 | 212 | 243 | 15 | 17 | 0 | 44 | 367 | 14 | 73 |
| Binary | 10001101 | 10001010 | 10100011 | 1101 | 1111 | 0 | 100100 | 11110111 | 1100 | 111011 |
Color Harmonies of #8D8AA3
Complementary color
Monochromatic Colors of #8D8AA3
Black with #8D8AA3
Text Example
Text Example
White with #8D8AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8AA3; }
p { color: rgb(141,138,163); }
H1.HeaderClassName
{
color: #8D8AA3;
}
.AnyTagClassName
{
color: #8D8AA3;
}
</style>
background-color css
<style>
a { background-color: #8D8AA3; }
a { background-color: rgb(141,138,163); }
div.DivClassName
{
background-color: #8D8AA3;
}
.BgClassName
{
background-color: #8D8AA3;
}
</style>
border-color css
<style>
span { border-color: #8D8AA3; }
span { border-color: rgb(141,138,163); }
td.TdClassName
{
border-color: #8D8AA3;
}
.TagClassName
{
border-color: #8D8AA3;
}
</style>