Shades of Grey Suit #958CAA
Tints of Grey Suit #958CAA
RGB
CMYK
RGB Variations
Color information
#958CAA (or 0x958CAA) is known color: Grey Suit. HEX triplet: 95, 8C and AA. RGB value is (149,140,170). Sum of RGB (Red+Green+Blue) = 149+140+170=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #958CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958CAA is #6A7355. Grayscale: #919191. Windows color (decimal): -6976342 or 11177109. OLE color: 11177109.
HSL color Cylindrical-coordinate representation of color #958CAA: hue angle of 258º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #958CAA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 140 | 170 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.33 |
| HSL | 258º | 0.15% | 0.61% | - |
| HSV(B) | 258º | 0.18% | 0.67% | - |
| XYZ | 29.03 | 28.05 | 41.91 | - |
| YUV | 146.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 170 | 0.12 | 0.18 | 0 | 0.33 | 258 | 0.15 | 0.61 |
| Hex | 95 | 8C | AA | C | 12 | 0 | 21 | 102 | F | 3D |
| Octal | 225 | 214 | 252 | 14 | 22 | 0 | 41 | 402 | 17 | 75 |
| Binary | 10010101 | 10001100 | 10101010 | 1100 | 10010 | 0 | 100001 | 100000010 | 1111 | 111101 |
Color Harmonies of #958CAA
Complementary color
Monochromatic Colors of #958CAA
Black with #958CAA
Text Example
Text Example
White with #958CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CAA; }
p { color: rgb(149,140,170); }
H1.HeaderClassName
{
color: #958CAA;
}
.AnyTagClassName
{
color: #958CAA;
}
</style>
background-color css
<style>
a { background-color: #958CAA; }
a { background-color: rgb(149,140,170); }
div.DivClassName
{
background-color: #958CAA;
}
.BgClassName
{
background-color: #958CAA;
}
</style>
border-color css
<style>
span { border-color: #958CAA; }
span { border-color: rgb(149,140,170); }
td.TdClassName
{
border-color: #958CAA;
}
.TagClassName
{
border-color: #958CAA;
}
</style>