Shades of Grey Suit #968DAB
Tints of Grey Suit #968DAB
RGB
CMYK
RGB Variations
Color information
#968DAB (or 0x968DAB) is known color: Grey Suit. HEX triplet: 96, 8D and AB. RGB value is (150,141,171). Sum of RGB (Red+Green+Blue) = 150+141+171=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #968DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968DAB is #697254. Grayscale: #939393. Windows color (decimal): -6910549 or 11242902. OLE color: 11242902.
HSL color Cylindrical-coordinate representation of color #968DAB: hue angle of 258º degrees, saturation: 0.15, 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 #968DAB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 141 | 171 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.33 |
| HSL | 258º | 0.15% | 0.61% | - |
| HSV(B) | 258º | 0.18% | 0.67% | - |
| XYZ | 29.45 | 28.47 | 42.47 | - |
| YUV | 147.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 171 | 0.12 | 0.18 | 0 | 0.33 | 258 | 0.15 | 0.61 |
| Hex | 96 | 8D | AB | C | 12 | 0 | 21 | 102 | F | 3D |
| Octal | 226 | 215 | 253 | 14 | 22 | 0 | 41 | 402 | 17 | 75 |
| Binary | 10010110 | 10001101 | 10101011 | 1100 | 10010 | 0 | 100001 | 100000010 | 1111 | 111101 |
Color Harmonies of #968DAB
Complementary color
Monochromatic Colors of #968DAB
Black with #968DAB
Text Example
Text Example
White with #968DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DAB; }
p { color: rgb(150,141,171); }
H1.HeaderClassName
{
color: #968DAB;
}
.AnyTagClassName
{
color: #968DAB;
}
</style>
background-color css
<style>
a { background-color: #968DAB; }
a { background-color: rgb(150,141,171); }
div.DivClassName
{
background-color: #968DAB;
}
.BgClassName
{
background-color: #968DAB;
}
</style>
border-color css
<style>
span { border-color: #968DAB; }
span { border-color: rgb(150,141,171); }
td.TdClassName
{
border-color: #968DAB;
}
.TagClassName
{
border-color: #968DAB;
}
</style>