Shades of Grey Suit #958CAE
Tints of Grey Suit #958CAE
RGB
CMYK
RGB Variations
Color information
#958CAE (or 0x958CAE) is known color: Grey Suit. HEX triplet: 95, 8C and AE. RGB value is (149,140,174). Sum of RGB (Red+Green+Blue) = 149+140+174=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #958CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958CAE is #6A7351. Grayscale: #929292. Windows color (decimal): -6976338 or 11439253. OLE color: 11439253.
HSL color Cylindrical-coordinate representation of color #958CAE: hue angle of 255.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #958CAE is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 140 | 174 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.32 |
| HSL | 255.88º | 0.17% | 0.62% | - |
| HSV(B) | 255.88º | 0.2% | 0.68% | - |
| XYZ | 29.41 | 28.2 | 43.94 | - |
| YUV | 146.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 174 | 0.14 | 0.20 | 0 | 0.32 | 255.88 | 0.17 | 0.62 |
| Hex | 95 | 8C | AE | E | 14 | 0 | 20 | 100 | 11 | 3E |
| Octal | 225 | 214 | 256 | 16 | 24 | 0 | 40 | 400 | 21 | 76 |
| Binary | 10010101 | 10001100 | 10101110 | 1110 | 10100 | 0 | 100000 | 100000000 | 10001 | 111110 |
Color Harmonies of #958CAE
Complementary color
Monochromatic Colors of #958CAE
Black with #958CAE
Text Example
Text Example
White with #958CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CAE; }
p { color: rgb(149,140,174); }
H1.HeaderClassName
{
color: #958CAE;
}
.AnyTagClassName
{
color: #958CAE;
}
</style>
background-color css
<style>
a { background-color: #958CAE; }
a { background-color: rgb(149,140,174); }
div.DivClassName
{
background-color: #958CAE;
}
.BgClassName
{
background-color: #958CAE;
}
</style>
border-color css
<style>
span { border-color: #958CAE; }
span { border-color: rgb(149,140,174); }
td.TdClassName
{
border-color: #958CAE;
}
.TagClassName
{
border-color: #958CAE;
}
</style>