Shades of Grey Suit #8D87A5
Tints of Grey Suit #8D87A5
RGB
CMYK
RGB Variations
Color information
#8D87A5 (or 0x8D87A5) is known color: Grey Suit. HEX triplet: 8D, 87 and A5. RGB value is (141,135,165). Sum of RGB (Red+Green+Blue) = 141+135+165=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 165 - color contains mainly: blue. Hex color #8D87A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D87A5 is #72785A. Grayscale: #8C8C8C. Windows color (decimal): -7501915 or 10848141. OLE color: 10848141.
HSL color Cylindrical-coordinate representation of color #8D87A5: hue angle of 252º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D87A5 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 135 | 165 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.35 |
| HSL | 252º | 0.14% | 0.59% | - |
| HSV(B) | 252º | 0.18% | 0.65% | - |
| XYZ | 26.44 | 25.71 | 39.17 | - |
| YUV | 140.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 165 | 0.15 | 0.18 | 0 | 0.35 | 252 | 0.14 | 0.59 |
| Hex | 8D | 87 | A5 | F | 12 | 0 | 23 | FC | E | 3B |
| Octal | 215 | 207 | 245 | 17 | 22 | 0 | 43 | 374 | 16 | 73 |
| Binary | 10001101 | 10000111 | 10100101 | 1111 | 10010 | 0 | 100011 | 11111100 | 1110 | 111011 |
Color Harmonies of #8D87A5
Complementary color
Monochromatic Colors of #8D87A5
Black with #8D87A5
Text Example
Text Example
White with #8D87A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D87A5; }
p { color: rgb(141,135,165); }
H1.HeaderClassName
{
color: #8D87A5;
}
.AnyTagClassName
{
color: #8D87A5;
}
</style>
background-color css
<style>
a { background-color: #8D87A5; }
a { background-color: rgb(141,135,165); }
div.DivClassName
{
background-color: #8D87A5;
}
.BgClassName
{
background-color: #8D87A5;
}
</style>
border-color css
<style>
span { border-color: #8D87A5; }
span { border-color: rgb(141,135,165); }
td.TdClassName
{
border-color: #8D87A5;
}
.TagClassName
{
border-color: #8D87A5;
}
</style>