Shades of Grey Suit #958DAD
Tints of Grey Suit #958DAD
RGB
CMYK
RGB Variations
Color information
#958DAD (or 0x958DAD) is known color: Grey Suit. HEX triplet: 95, 8D and AD. RGB value is (149,141,173). Sum of RGB (Red+Green+Blue) = 149+141+173=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #958DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DAD is #6A7252. Grayscale: #929292. Windows color (decimal): -6976083 or 11373973. OLE color: 11373973.
HSL color Cylindrical-coordinate representation of color #958DAD: hue angle of 255º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #958DAD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 141 | 173 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.32 |
| HSL | 255º | 0.16% | 0.62% | - |
| HSV(B) | 255º | 0.18% | 0.68% | - |
| XYZ | 29.46 | 28.46 | 43.47 | - |
| YUV | 147.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 173 | 0.14 | 0.18 | 0 | 0.32 | 255 | 0.16 | 0.62 |
| Hex | 95 | 8D | AD | E | 12 | 0 | 20 | FF | 10 | 3E |
| Octal | 225 | 215 | 255 | 16 | 22 | 0 | 40 | 377 | 20 | 76 |
| Binary | 10010101 | 10001101 | 10101101 | 1110 | 10010 | 0 | 100000 | 11111111 | 10000 | 111110 |
Color Harmonies of #958DAD
Complementary color
Monochromatic Colors of #958DAD
Black with #958DAD
Text Example
Text Example
White with #958DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DAD; }
p { color: rgb(149,141,173); }
H1.HeaderClassName
{
color: #958DAD;
}
.AnyTagClassName
{
color: #958DAD;
}
</style>
background-color css
<style>
a { background-color: #958DAD; }
a { background-color: rgb(149,141,173); }
div.DivClassName
{
background-color: #958DAD;
}
.BgClassName
{
background-color: #958DAD;
}
</style>
border-color css
<style>
span { border-color: #958DAD; }
span { border-color: rgb(149,141,173); }
td.TdClassName
{
border-color: #958DAD;
}
.TagClassName
{
border-color: #958DAD;
}
</style>