Shades of Grey Suit #958EAC
Tints of Grey Suit #958EAC
RGB
CMYK
RGB Variations
Color information
#958EAC (or 0x958EAC) is known color: Grey Suit. HEX triplet: 95, 8E and AC. RGB value is (149,142,172). Sum of RGB (Red+Green+Blue) = 149+142+172=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 142 (55.86% from 255 or 30.67% 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 #958EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958EAC is #6A7153. Grayscale: #939393. Windows color (decimal): -6975828 or 11308693. OLE color: 11308693.
HSL color Cylindrical-coordinate representation of color #958EAC: hue angle of 254º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #958EAC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 142 | 172 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.33 |
| HSL | 254º | 0.15% | 0.62% | - |
| HSV(B) | 254º | 0.17% | 0.67% | - |
| XYZ | 29.51 | 28.71 | 43.02 | - |
| YUV | 147.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 172 | 0.13 | 0.17 | 0 | 0.33 | 254 | 0.15 | 0.62 |
| Hex | 95 | 8E | AC | D | 11 | 0 | 21 | FE | F | 3E |
| Octal | 225 | 216 | 254 | 15 | 21 | 0 | 41 | 376 | 17 | 76 |
| Binary | 10010101 | 10001110 | 10101100 | 1101 | 10001 | 0 | 100001 | 11111110 | 1111 | 111110 |
Color Harmonies of #958EAC
Complementary color
Monochromatic Colors of #958EAC
Black with #958EAC
Text Example
Text Example
White with #958EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958EAC; }
p { color: rgb(149,142,172); }
H1.HeaderClassName
{
color: #958EAC;
}
.AnyTagClassName
{
color: #958EAC;
}
</style>
background-color css
<style>
a { background-color: #958EAC; }
a { background-color: rgb(149,142,172); }
div.DivClassName
{
background-color: #958EAC;
}
.BgClassName
{
background-color: #958EAC;
}
</style>
border-color css
<style>
span { border-color: #958EAC; }
span { border-color: rgb(149,142,172); }
td.TdClassName
{
border-color: #958EAC;
}
.TagClassName
{
border-color: #958EAC;
}
</style>