Shades of Grey Suit #958BAB
Tints of Grey Suit #958BAB
RGB
CMYK
RGB Variations
Color information
#958BAB (or 0x958BAB) is known color: Grey Suit. HEX triplet: 95, 8B and AB. RGB value is (149,139,171). Sum of RGB (Red+Green+Blue) = 149+139+171=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #958BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958BAB is #6A7454. Grayscale: #919191. Windows color (decimal): -6976597 or 11242389. OLE color: 11242389.
HSL color Cylindrical-coordinate representation of color #958BAB: hue angle of 258.75º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958BAB is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 139 | 171 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.33 |
| HSL | 258.75º | 0.16% | 0.61% | - |
| HSV(B) | 258.75º | 0.19% | 0.67% | - |
| XYZ | 28.98 | 27.8 | 42.37 | - |
| YUV | 145.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 171 | 0.13 | 0.19 | 0 | 0.33 | 258.75 | 0.16 | 0.61 |
| Hex | 95 | 8B | AB | D | 13 | 0 | 21 | 103 | 10 | 3D |
| Octal | 225 | 213 | 253 | 15 | 23 | 0 | 41 | 403 | 20 | 75 |
| Binary | 10010101 | 10001011 | 10101011 | 1101 | 10011 | 0 | 100001 | 100000011 | 10000 | 111101 |
Color Harmonies of #958BAB
Complementary color
Monochromatic Colors of #958BAB
Black with #958BAB
Text Example
Text Example
White with #958BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BAB; }
p { color: rgb(149,139,171); }
H1.HeaderClassName
{
color: #958BAB;
}
.AnyTagClassName
{
color: #958BAB;
}
</style>
background-color css
<style>
a { background-color: #958BAB; }
a { background-color: rgb(149,139,171); }
div.DivClassName
{
background-color: #958BAB;
}
.BgClassName
{
background-color: #958BAB;
}
</style>
border-color css
<style>
span { border-color: #958BAB; }
span { border-color: rgb(149,139,171); }
td.TdClassName
{
border-color: #958BAB;
}
.TagClassName
{
border-color: #958BAB;
}
</style>