Shades of Grey Suit #8C87B3
Tints of Grey Suit #8C87B3
RGB
CMYK
RGB Variations
Color information
#8C87B3 (or 0x8C87B3) is known color: Grey Suit. HEX triplet: 8C, 87 and B3. RGB value is (140,135,179). Sum of RGB (Red+Green+Blue) = 140+135+179=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C87B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87B3 is #73784C. Grayscale: #8D8D8D. Windows color (decimal): -7567437 or 11765644. OLE color: 11765644.
HSL color Cylindrical-coordinate representation of color #8C87B3: hue angle of 246.82º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C87B3 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 135 | 179 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.30 |
| HSL | 246.82º | 0.22% | 0.62% | - |
| HSV(B) | 246.82º | 0.25% | 0.7% | - |
| XYZ | 27.62 | 26.16 | 46.24 | - |
| YUV | 141.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 179 | 0.22 | 0.25 | 0 | 0.30 | 246.82 | 0.22 | 0.62 |
| Hex | 8C | 87 | B3 | 16 | 19 | 0 | 1E | F7 | 16 | 3E |
| Octal | 214 | 207 | 263 | 26 | 31 | 0 | 36 | 367 | 26 | 76 |
| Binary | 10001100 | 10000111 | 10110011 | 10110 | 11001 | 0 | 11110 | 11110111 | 10110 | 111110 |
Color Harmonies of #8C87B3
Complementary color
Monochromatic Colors of #8C87B3
Black with #8C87B3
Text Example
Text Example
White with #8C87B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C87B3; }
p { color: rgb(140,135,179); }
H1.HeaderClassName
{
color: #8C87B3;
}
.AnyTagClassName
{
color: #8C87B3;
}
</style>
background-color css
<style>
a { background-color: #8C87B3; }
a { background-color: rgb(140,135,179); }
div.DivClassName
{
background-color: #8C87B3;
}
.BgClassName
{
background-color: #8C87B3;
}
</style>
border-color css
<style>
span { border-color: #8C87B3; }
span { border-color: rgb(140,135,179); }
td.TdClassName
{
border-color: #8C87B3;
}
.TagClassName
{
border-color: #8C87B3;
}
</style>