Shades of Grey Suit #958BAA
Tints of Grey Suit #958BAA
RGB
CMYK
RGB Variations
Color information
#958BAA (or 0x958BAA) is known color: Grey Suit. HEX triplet: 95, 8B and AA. RGB value is (149,139,170). Sum of RGB (Red+Green+Blue) = 149+139+170=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #958BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958BAA is #6A7455. Grayscale: #919191. Windows color (decimal): -6976598 or 11176853. OLE color: 11176853.
HSL color Cylindrical-coordinate representation of color #958BAA: hue angle of 259.35º 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 #958BAA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 139 | 170 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.33 |
| HSL | 259.35º | 0.15% | 0.61% | - |
| HSV(B) | 259.35º | 0.18% | 0.67% | - |
| XYZ | 28.88 | 27.76 | 41.87 | - |
| YUV | 145.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 170 | 0.12 | 0.18 | 0 | 0.33 | 259.35 | 0.15 | 0.61 |
| Hex | 95 | 8B | AA | C | 12 | 0 | 21 | 103 | F | 3D |
| Octal | 225 | 213 | 252 | 14 | 22 | 0 | 41 | 403 | 17 | 75 |
| Binary | 10010101 | 10001011 | 10101010 | 1100 | 10010 | 0 | 100001 | 100000011 | 1111 | 111101 |
Color Harmonies of #958BAA
Complementary color
Monochromatic Colors of #958BAA
Black with #958BAA
Text Example
Text Example
White with #958BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BAA; }
p { color: rgb(149,139,170); }
H1.HeaderClassName
{
color: #958BAA;
}
.AnyTagClassName
{
color: #958BAA;
}
</style>
background-color css
<style>
a { background-color: #958BAA; }
a { background-color: rgb(149,139,170); }
div.DivClassName
{
background-color: #958BAA;
}
.BgClassName
{
background-color: #958BAA;
}
</style>
border-color css
<style>
span { border-color: #958BAA; }
span { border-color: rgb(149,139,170); }
td.TdClassName
{
border-color: #958BAA;
}
.TagClassName
{
border-color: #958BAA;
}
</style>