Shades of Grey Suit #958DAA
Tints of Grey Suit #958DAA
RGB
CMYK
RGB Variations
Color information
#958DAA (or 0x958DAA) is known color: Grey Suit. HEX triplet: 95, 8D and AA. RGB value is (149,141,170). Sum of RGB (Red+Green+Blue) = 149+141+170=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #958DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DAA is #6A7255. Grayscale: #929292. Windows color (decimal): -6976086 or 11177365. OLE color: 11177365.
HSL color Cylindrical-coordinate representation of color #958DAA: hue angle of 256.55º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #958DAA is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 141 | 170 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.33 |
| HSL | 256.55º | 0.15% | 0.61% | - |
| HSV(B) | 256.55º | 0.17% | 0.67% | - |
| XYZ | 29.18 | 28.34 | 41.96 | - |
| YUV | 146.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 170 | 0.12 | 0.17 | 0 | 0.33 | 256.55 | 0.15 | 0.61 |
| Hex | 95 | 8D | AA | C | 11 | 0 | 21 | 101 | F | 3D |
| Octal | 225 | 215 | 252 | 14 | 21 | 0 | 41 | 401 | 17 | 75 |
| Binary | 10010101 | 10001101 | 10101010 | 1100 | 10001 | 0 | 100001 | 100000001 | 1111 | 111101 |
Color Harmonies of #958DAA
Complementary color
Monochromatic Colors of #958DAA
Black with #958DAA
Text Example
Text Example
White with #958DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DAA; }
p { color: rgb(149,141,170); }
H1.HeaderClassName
{
color: #958DAA;
}
.AnyTagClassName
{
color: #958DAA;
}
</style>
background-color css
<style>
a { background-color: #958DAA; }
a { background-color: rgb(149,141,170); }
div.DivClassName
{
background-color: #958DAA;
}
.BgClassName
{
background-color: #958DAA;
}
</style>
border-color css
<style>
span { border-color: #958DAA; }
span { border-color: rgb(149,141,170); }
td.TdClassName
{
border-color: #958DAA;
}
.TagClassName
{
border-color: #958DAA;
}
</style>