Shades of Grey Suit #968DAD
Tints of Grey Suit #968DAD
RGB
CMYK
RGB Variations
Color information
#968DAD (or 0x968DAD) is known color: Grey Suit. HEX triplet: 96, 8D and AD. RGB value is (150,141,173). Sum of RGB (Red+Green+Blue) = 150+141+173=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #968DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968DAD is #697252. Grayscale: #939393. Windows color (decimal): -6910547 or 11373974. OLE color: 11373974.
HSL color Cylindrical-coordinate representation of color #968DAD: hue angle of 256.88º 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 #968DAD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 141 | 173 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.32 |
| HSL | 256.88º | 0.16% | 0.62% | - |
| HSV(B) | 256.88º | 0.18% | 0.68% | - |
| XYZ | 29.65 | 28.55 | 43.48 | - |
| YUV | 147.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 173 | 0.13 | 0.18 | 0 | 0.32 | 256.88 | 0.16 | 0.62 |
| Hex | 96 | 8D | AD | D | 12 | 0 | 20 | 101 | 10 | 3E |
| Octal | 226 | 215 | 255 | 15 | 22 | 0 | 40 | 401 | 20 | 76 |
| Binary | 10010110 | 10001101 | 10101101 | 1101 | 10010 | 0 | 100000 | 100000001 | 10000 | 111110 |
Color Harmonies of #968DAD
Complementary color
Monochromatic Colors of #968DAD
Black with #968DAD
Text Example
Text Example
White with #968DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DAD; }
p { color: rgb(150,141,173); }
H1.HeaderClassName
{
color: #968DAD;
}
.AnyTagClassName
{
color: #968DAD;
}
</style>
background-color css
<style>
a { background-color: #968DAD; }
a { background-color: rgb(150,141,173); }
div.DivClassName
{
background-color: #968DAD;
}
.BgClassName
{
background-color: #968DAD;
}
</style>
border-color css
<style>
span { border-color: #968DAD; }
span { border-color: rgb(150,141,173); }
td.TdClassName
{
border-color: #968DAD;
}
.TagClassName
{
border-color: #968DAD;
}
</style>