Shades of Grey Suit #958FA4
Tints of Grey Suit #958FA4
RGB
CMYK
RGB Variations
Color information
#958FA4 (or 0x958FA4) is known color: Grey Suit. HEX triplet: 95, 8F and A4. RGB value is (149,143,164). Sum of RGB (Red+Green+Blue) = 149+143+164=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 164 - color contains mainly: blue. Hex color #958FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958FA4 is #6A705B. Grayscale: #939393. Windows color (decimal): -6975580 or 10784661. OLE color: 10784661.
HSL color Cylindrical-coordinate representation of color #958FA4: hue angle of 257.14º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958FA4 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 143 | 164 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.36 |
| HSL | 257.14º | 0.1% | 0.6% | - |
| HSV(B) | 257.14º | 0.13% | 0.64% | - |
| XYZ | 28.92 | 28.71 | 39.14 | - |
| YUV | 147.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 164 | 0.09 | 0.13 | 0 | 0.36 | 257.14 | 0.1 | 0.6 |
| Hex | 95 | 8F | A4 | 9 | D | 0 | 24 | 101 | A | 3C |
| Octal | 225 | 217 | 244 | 11 | 15 | 0 | 44 | 401 | 12 | 74 |
| Binary | 10010101 | 10001111 | 10100100 | 1001 | 1101 | 0 | 100100 | 100000001 | 1010 | 111100 |
Color Harmonies of #958FA4
Complementary color
Monochromatic Colors of #958FA4
Black with #958FA4
Text Example
Text Example
White with #958FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FA4; }
p { color: rgb(149,143,164); }
H1.HeaderClassName
{
color: #958FA4;
}
.AnyTagClassName
{
color: #958FA4;
}
</style>
background-color css
<style>
a { background-color: #958FA4; }
a { background-color: rgb(149,143,164); }
div.DivClassName
{
background-color: #958FA4;
}
.BgClassName
{
background-color: #958FA4;
}
</style>
border-color css
<style>
span { border-color: #958FA4; }
span { border-color: rgb(149,143,164); }
td.TdClassName
{
border-color: #958FA4;
}
.TagClassName
{
border-color: #958FA4;
}
</style>