Shades of Grey Suit #958AAA
Tints of Grey Suit #958AAA
RGB
CMYK
RGB Variations
Color information
#958AAA (or 0x958AAA) is known color: Grey Suit. HEX triplet: 95, 8A and AA. RGB value is (149,138,170). Sum of RGB (Red+Green+Blue) = 149+138+170=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #958AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958AAA is #6A7555. Grayscale: #909090. Windows color (decimal): -6976854 or 11176597. OLE color: 11176597.
HSL color Cylindrical-coordinate representation of color #958AAA: hue angle of 260.62º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958AAA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 138 | 170 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.33 |
| HSL | 260.63º | 0.16% | 0.6% | - |
| HSV(B) | 260.63º | 0.19% | 0.67% | - |
| XYZ | 28.74 | 27.47 | 41.82 | - |
| YUV | 144.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 170 | 0.12 | 0.19 | 0 | 0.33 | 260.63 | 0.16 | 0.6 |
| Hex | 95 | 8A | AA | C | 13 | 0 | 21 | 105 | 10 | 3C |
| Octal | 225 | 212 | 252 | 14 | 23 | 0 | 41 | 405 | 20 | 74 |
| Binary | 10010101 | 10001010 | 10101010 | 1100 | 10011 | 0 | 100001 | 100000101 | 10000 | 111100 |
Color Harmonies of #958AAA
Complementary color
Monochromatic Colors of #958AAA
Black with #958AAA
Text Example
Text Example
White with #958AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AAA; }
p { color: rgb(149,138,170); }
H1.HeaderClassName
{
color: #958AAA;
}
.AnyTagClassName
{
color: #958AAA;
}
</style>
background-color css
<style>
a { background-color: #958AAA; }
a { background-color: rgb(149,138,170); }
div.DivClassName
{
background-color: #958AAA;
}
.BgClassName
{
background-color: #958AAA;
}
</style>
border-color css
<style>
span { border-color: #958AAA; }
span { border-color: rgb(149,138,170); }
td.TdClassName
{
border-color: #958AAA;
}
.TagClassName
{
border-color: #958AAA;
}
</style>