Shades of Grey Suit #958CAC
Tints of Grey Suit #958CAC
RGB
CMYK
RGB Variations
Color information
#958CAC (or 0x958CAC) is known color: Grey Suit. HEX triplet: 95, 8C and AC. RGB value is (149,140,172). Sum of RGB (Red+Green+Blue) = 149+140+172=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #958CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958CAC is #6A7353. Grayscale: #929292. Windows color (decimal): -6976340 or 11308181. OLE color: 11308181.
HSL color Cylindrical-coordinate representation of color #958CAC: hue angle of 256.88º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958CAC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 140 | 172 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.33 |
| HSL | 256.88º | 0.16% | 0.61% | - |
| HSV(B) | 256.88º | 0.19% | 0.67% | - |
| XYZ | 29.22 | 28.12 | 42.92 | - |
| YUV | 146.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 172 | 0.13 | 0.19 | 0 | 0.33 | 256.88 | 0.16 | 0.61 |
| Hex | 95 | 8C | AC | D | 13 | 0 | 21 | 101 | 10 | 3D |
| Octal | 225 | 214 | 254 | 15 | 23 | 0 | 41 | 401 | 20 | 75 |
| Binary | 10010101 | 10001100 | 10101100 | 1101 | 10011 | 0 | 100001 | 100000001 | 10000 | 111101 |
Color Harmonies of #958CAC
Complementary color
Monochromatic Colors of #958CAC
Black with #958CAC
Text Example
Text Example
White with #958CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CAC; }
p { color: rgb(149,140,172); }
H1.HeaderClassName
{
color: #958CAC;
}
.AnyTagClassName
{
color: #958CAC;
}
</style>
background-color css
<style>
a { background-color: #958CAC; }
a { background-color: rgb(149,140,172); }
div.DivClassName
{
background-color: #958CAC;
}
.BgClassName
{
background-color: #958CAC;
}
</style>
border-color css
<style>
span { border-color: #958CAC; }
span { border-color: rgb(149,140,172); }
td.TdClassName
{
border-color: #958CAC;
}
.TagClassName
{
border-color: #958CAC;
}
</style>