Shades of Grey Suit #87859D
Tints of Grey Suit #87859D
RGB
CMYK
RGB Variations
Color information
#87859D (or 0x87859D) is known color: Grey Suit. HEX triplet: 87, 85 and 9D. RGB value is (135,133,157). Sum of RGB (Red+Green+Blue) = 135+133+157=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #87859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87859D is #787A62. Grayscale: #888888. Windows color (decimal): -7895651 or 10323335. OLE color: 10323335.
HSL color Cylindrical-coordinate representation of color #87859D: hue angle of 245º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87859D is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 133 | 157 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.38 |
| HSL | 245º | 0.11% | 0.57% | - |
| HSV(B) | 245º | 0.15% | 0.62% | - |
| XYZ | 24.47 | 24.36 | 35.31 | - |
| YUV | 136.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 157 | 0.14 | 0.15 | 0 | 0.38 | 245 | 0.11 | 0.57 |
| Hex | 87 | 85 | 9D | E | F | 0 | 26 | F5 | B | 39 |
| Octal | 207 | 205 | 235 | 16 | 17 | 0 | 46 | 365 | 13 | 71 |
| Binary | 10000111 | 10000101 | 10011101 | 1110 | 1111 | 0 | 100110 | 11110101 | 1011 | 111001 |
Color Harmonies of #87859D
Complementary color
Monochromatic Colors of #87859D
Black with #87859D
Text Example
Text Example
White with #87859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87859D; }
p { color: rgb(135,133,157); }
H1.HeaderClassName
{
color: #87859D;
}
.AnyTagClassName
{
color: #87859D;
}
</style>
background-color css
<style>
a { background-color: #87859D; }
a { background-color: rgb(135,133,157); }
div.DivClassName
{
background-color: #87859D;
}
.BgClassName
{
background-color: #87859D;
}
</style>
border-color css
<style>
span { border-color: #87859D; }
span { border-color: rgb(135,133,157); }
td.TdClassName
{
border-color: #87859D;
}
.TagClassName
{
border-color: #87859D;
}
</style>