Shades of Grey Suit #968DAA
Tints of Grey Suit #968DAA
RGB
CMYK
RGB Variations
Color information
#968DAA (or 0x968DAA) is known color: Grey Suit. HEX triplet: 96, 8D and AA. RGB value is (150,141,170). Sum of RGB (Red+Green+Blue) = 150+141+170=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #968DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968DAA is #697255. Grayscale: #929292. Windows color (decimal): -6910550 or 11177366. OLE color: 11177366.
HSL color Cylindrical-coordinate representation of color #968DAA: hue angle of 258.62º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #968DAA is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 141 | 170 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.33 |
| HSL | 258.62º | 0.15% | 0.61% | - |
| HSV(B) | 258.62º | 0.17% | 0.67% | - |
| XYZ | 29.36 | 28.44 | 41.97 | - |
| YUV | 147 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 170 | 0.12 | 0.17 | 0 | 0.33 | 258.62 | 0.15 | 0.61 |
| Hex | 96 | 8D | AA | C | 11 | 0 | 21 | 103 | F | 3D |
| Octal | 226 | 215 | 252 | 14 | 21 | 0 | 41 | 403 | 17 | 75 |
| Binary | 10010110 | 10001101 | 10101010 | 1100 | 10001 | 0 | 100001 | 100000011 | 1111 | 111101 |
Color Harmonies of #968DAA
Complementary color
Monochromatic Colors of #968DAA
Black with #968DAA
Text Example
Text Example
White with #968DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DAA; }
p { color: rgb(150,141,170); }
H1.HeaderClassName
{
color: #968DAA;
}
.AnyTagClassName
{
color: #968DAA;
}
</style>
background-color css
<style>
a { background-color: #968DAA; }
a { background-color: rgb(150,141,170); }
div.DivClassName
{
background-color: #968DAA;
}
.BgClassName
{
background-color: #968DAA;
}
</style>
border-color css
<style>
span { border-color: #968DAA; }
span { border-color: rgb(150,141,170); }
td.TdClassName
{
border-color: #968DAA;
}
.TagClassName
{
border-color: #968DAA;
}
</style>