Shades of Grey Suit #8C87B1
Tints of Grey Suit #8C87B1
RGB
CMYK
RGB Variations
Color information
#8C87B1 (or 0x8C87B1) is known color: Grey Suit. HEX triplet: 8C, 87 and B1. RGB value is (140,135,177). Sum of RGB (Red+Green+Blue) = 140+135+177=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 177 - color contains mainly: blue. Hex color #8C87B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C87B1 is #73784E. Grayscale: #8D8D8D. Windows color (decimal): -7567439 or 11634572. OLE color: 11634572.
HSL color Cylindrical-coordinate representation of color #8C87B1: hue angle of 247.14º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C87B1 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 135 | 177 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.31 |
| HSL | 247.14º | 0.21% | 0.61% | - |
| HSV(B) | 247.14º | 0.24% | 0.69% | - |
| XYZ | 27.42 | 26.08 | 45.18 | - |
| YUV | 141.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 177 | 0.21 | 0.24 | 0 | 0.31 | 247.14 | 0.21 | 0.61 |
| Hex | 8C | 87 | B1 | 15 | 18 | 0 | 1F | F7 | 15 | 3D |
| Octal | 214 | 207 | 261 | 25 | 30 | 0 | 37 | 367 | 25 | 75 |
| Binary | 10001100 | 10000111 | 10110001 | 10101 | 11000 | 0 | 11111 | 11110111 | 10101 | 111101 |
Color Harmonies of #8C87B1
Complementary color
Monochromatic Colors of #8C87B1
Black with #8C87B1
Text Example
Text Example
White with #8C87B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C87B1; }
p { color: rgb(140,135,177); }
H1.HeaderClassName
{
color: #8C87B1;
}
.AnyTagClassName
{
color: #8C87B1;
}
</style>
background-color css
<style>
a { background-color: #8C87B1; }
a { background-color: rgb(140,135,177); }
div.DivClassName
{
background-color: #8C87B1;
}
.BgClassName
{
background-color: #8C87B1;
}
</style>
border-color css
<style>
span { border-color: #8C87B1; }
span { border-color: rgb(140,135,177); }
td.TdClassName
{
border-color: #8C87B1;
}
.TagClassName
{
border-color: #8C87B1;
}
</style>