Shades of Grey Suit #8D8CA8
Tints of Grey Suit #8D8CA8
RGB
CMYK
RGB Variations
Color information
#8D8CA8 (or 0x8D8CA8) is known color: Grey Suit. HEX triplet: 8D, 8C and A8. RGB value is (141,140,168). Sum of RGB (Red+Green+Blue) = 141+140+168=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 168 - color contains mainly: blue. Hex color #8D8CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8CA8 is #727357. Grayscale: #8F8F8F. Windows color (decimal): -7500632 or 11046029. OLE color: 11046029.
HSL color Cylindrical-coordinate representation of color #8D8CA8: hue angle of 242.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D8CA8 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 140 | 168 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.34 |
| HSL | 242.14º | 0.14% | 0.6% | - |
| HSV(B) | 242.14º | 0.17% | 0.66% | - |
| XYZ | 27.43 | 27.25 | 40.86 | - |
| YUV | 143.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 168 | 0.16 | 0.17 | 0 | 0.34 | 242.14 | 0.14 | 0.6 |
| Hex | 8D | 8C | A8 | 10 | 11 | 0 | 22 | F2 | E | 3C |
| Octal | 215 | 214 | 250 | 20 | 21 | 0 | 42 | 362 | 16 | 74 |
| Binary | 10001101 | 10001100 | 10101000 | 10000 | 10001 | 0 | 100010 | 11110010 | 1110 | 111100 |
Color Harmonies of #8D8CA8
Complementary color
Monochromatic Colors of #8D8CA8
Black with #8D8CA8
Text Example
Text Example
White with #8D8CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8CA8; }
p { color: rgb(141,140,168); }
H1.HeaderClassName
{
color: #8D8CA8;
}
.AnyTagClassName
{
color: #8D8CA8;
}
</style>
background-color css
<style>
a { background-color: #8D8CA8; }
a { background-color: rgb(141,140,168); }
div.DivClassName
{
background-color: #8D8CA8;
}
.BgClassName
{
background-color: #8D8CA8;
}
</style>
border-color css
<style>
span { border-color: #8D8CA8; }
span { border-color: rgb(141,140,168); }
td.TdClassName
{
border-color: #8D8CA8;
}
.TagClassName
{
border-color: #8D8CA8;
}
</style>