Shades of Grey Suit #968DAC
Tints of Grey Suit #968DAC
RGB
CMYK
RGB Variations
Color information
#968DAC (or 0x968DAC) is known color: Grey Suit. HEX triplet: 96, 8D and AC. RGB value is (150,141,172). Sum of RGB (Red+Green+Blue) = 150+141+172=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #968DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968DAC is #697253. Grayscale: #939393. Windows color (decimal): -6910548 or 11308438. OLE color: 11308438.
HSL color Cylindrical-coordinate representation of color #968DAC: hue angle of 257.42º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #968DAC is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 141 | 172 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.33 |
| HSL | 257.42º | 0.16% | 0.61% | - |
| HSV(B) | 257.42º | 0.18% | 0.67% | - |
| XYZ | 29.55 | 28.51 | 42.98 | - |
| YUV | 147.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 172 | 0.13 | 0.18 | 0 | 0.33 | 257.42 | 0.16 | 0.61 |
| Hex | 96 | 8D | AC | D | 12 | 0 | 21 | 101 | 10 | 3D |
| Octal | 226 | 215 | 254 | 15 | 22 | 0 | 41 | 401 | 20 | 75 |
| Binary | 10010110 | 10001101 | 10101100 | 1101 | 10010 | 0 | 100001 | 100000001 | 10000 | 111101 |
Color Harmonies of #968DAC
Complementary color
Monochromatic Colors of #968DAC
Black with #968DAC
Text Example
Text Example
White with #968DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DAC; }
p { color: rgb(150,141,172); }
H1.HeaderClassName
{
color: #968DAC;
}
.AnyTagClassName
{
color: #968DAC;
}
</style>
background-color css
<style>
a { background-color: #968DAC; }
a { background-color: rgb(150,141,172); }
div.DivClassName
{
background-color: #968DAC;
}
.BgClassName
{
background-color: #968DAC;
}
</style>
border-color css
<style>
span { border-color: #968DAC; }
span { border-color: rgb(150,141,172); }
td.TdClassName
{
border-color: #968DAC;
}
.TagClassName
{
border-color: #968DAC;
}
</style>