Shades of Grey Suit #958FAB
Tints of Grey Suit #958FAB
RGB
CMYK
RGB Variations
Color information
#958FAB (or 0x958FAB) is known color: Grey Suit. HEX triplet: 95, 8F and AB. RGB value is (149,143,171). Sum of RGB (Red+Green+Blue) = 149+143+171=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #958FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958FAB is #6A7054. Grayscale: #939393. Windows color (decimal): -6975573 or 11243413. OLE color: 11243413.
HSL color Cylindrical-coordinate representation of color #958FAB: hue angle of 252.86º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #958FAB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 143 | 171 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.33 |
| HSL | 252.86º | 0.14% | 0.62% | - |
| HSV(B) | 252.86º | 0.16% | 0.67% | - |
| XYZ | 29.57 | 28.97 | 42.56 | - |
| YUV | 147.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 171 | 0.13 | 0.16 | 0 | 0.33 | 252.86 | 0.14 | 0.62 |
| Hex | 95 | 8F | AB | D | 10 | 0 | 21 | FD | E | 3E |
| Octal | 225 | 217 | 253 | 15 | 20 | 0 | 41 | 375 | 16 | 76 |
| Binary | 10010101 | 10001111 | 10101011 | 1101 | 10000 | 0 | 100001 | 11111101 | 1110 | 111110 |
Color Harmonies of #958FAB
Complementary color
Monochromatic Colors of #958FAB
Black with #958FAB
Text Example
Text Example
White with #958FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FAB; }
p { color: rgb(149,143,171); }
H1.HeaderClassName
{
color: #958FAB;
}
.AnyTagClassName
{
color: #958FAB;
}
</style>
background-color css
<style>
a { background-color: #958FAB; }
a { background-color: rgb(149,143,171); }
div.DivClassName
{
background-color: #958FAB;
}
.BgClassName
{
background-color: #958FAB;
}
</style>
border-color css
<style>
span { border-color: #958FAB; }
span { border-color: rgb(149,143,171); }
td.TdClassName
{
border-color: #958FAB;
}
.TagClassName
{
border-color: #958FAB;
}
</style>