Shades of Grey Suit #958FAC
Tints of Grey Suit #958FAC
RGB
CMYK
RGB Variations
Color information
#958FAC (or 0x958FAC) is known color: Grey Suit. HEX triplet: 95, 8F and AC. RGB value is (149,143,172). Sum of RGB (Red+Green+Blue) = 149+143+172=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #958FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958FAC is #6A7053. Grayscale: #939393. Windows color (decimal): -6975572 or 11308949. OLE color: 11308949.
HSL color Cylindrical-coordinate representation of color #958FAC: hue angle of 252.41º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #958FAC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 143 | 172 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.33 |
| HSL | 252.41º | 0.15% | 0.62% | - |
| HSV(B) | 252.41º | 0.17% | 0.67% | - |
| XYZ | 29.66 | 29.01 | 43.07 | - |
| YUV | 148.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 172 | 0.13 | 0.17 | 0 | 0.33 | 252.41 | 0.15 | 0.62 |
| Hex | 95 | 8F | AC | D | 11 | 0 | 21 | FC | F | 3E |
| Octal | 225 | 217 | 254 | 15 | 21 | 0 | 41 | 374 | 17 | 76 |
| Binary | 10010101 | 10001111 | 10101100 | 1101 | 10001 | 0 | 100001 | 11111100 | 1111 | 111110 |
Color Harmonies of #958FAC
Complementary color
Monochromatic Colors of #958FAC
Black with #958FAC
Text Example
Text Example
White with #958FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FAC; }
p { color: rgb(149,143,172); }
H1.HeaderClassName
{
color: #958FAC;
}
.AnyTagClassName
{
color: #958FAC;
}
</style>
background-color css
<style>
a { background-color: #958FAC; }
a { background-color: rgb(149,143,172); }
div.DivClassName
{
background-color: #958FAC;
}
.BgClassName
{
background-color: #958FAC;
}
</style>
border-color css
<style>
span { border-color: #958FAC; }
span { border-color: rgb(149,143,172); }
td.TdClassName
{
border-color: #958FAC;
}
.TagClassName
{
border-color: #958FAC;
}
</style>