Shades of Grey Suit #958CAD
Tints of Grey Suit #958CAD
RGB
CMYK
RGB Variations
Color information
#958CAD (or 0x958CAD) is known color: Grey Suit. HEX triplet: 95, 8C and AD. RGB value is (149,140,173). Sum of RGB (Red+Green+Blue) = 149+140+173=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #958CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958CAD is #6A7352. Grayscale: #929292. Windows color (decimal): -6976339 or 11373717. OLE color: 11373717.
HSL color Cylindrical-coordinate representation of color #958CAD: hue angle of 256.36º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958CAD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 140 | 173 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.32 |
| HSL | 256.36º | 0.17% | 0.61% | - |
| HSV(B) | 256.36º | 0.19% | 0.68% | - |
| XYZ | 29.32 | 28.16 | 43.43 | - |
| YUV | 146.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 173 | 0.14 | 0.19 | 0 | 0.32 | 256.36 | 0.17 | 0.61 |
| Hex | 95 | 8C | AD | E | 13 | 0 | 20 | 100 | 11 | 3D |
| Octal | 225 | 214 | 255 | 16 | 23 | 0 | 40 | 400 | 21 | 75 |
| Binary | 10010101 | 10001100 | 10101101 | 1110 | 10011 | 0 | 100000 | 100000000 | 10001 | 111101 |
Color Harmonies of #958CAD
Complementary color
Monochromatic Colors of #958CAD
Black with #958CAD
Text Example
Text Example
White with #958CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CAD; }
p { color: rgb(149,140,173); }
H1.HeaderClassName
{
color: #958CAD;
}
.AnyTagClassName
{
color: #958CAD;
}
</style>
background-color css
<style>
a { background-color: #958CAD; }
a { background-color: rgb(149,140,173); }
div.DivClassName
{
background-color: #958CAD;
}
.BgClassName
{
background-color: #958CAD;
}
</style>
border-color css
<style>
span { border-color: #958CAD; }
span { border-color: rgb(149,140,173); }
td.TdClassName
{
border-color: #958CAD;
}
.TagClassName
{
border-color: #958CAD;
}
</style>