Shades of Grey Suit #958DA4
Tints of Grey Suit #958DA4
RGB
CMYK
RGB Variations
Color information
#958DA4 (or 0x958DA4) is known color: Grey Suit. HEX triplet: 95, 8D and A4. RGB value is (149,141,164). Sum of RGB (Red+Green+Blue) = 149+141+164=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 164 - color contains mainly: blue. Hex color #958DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DA4 is #6A725B. Grayscale: #919191. Windows color (decimal): -6976092 or 10784149. OLE color: 10784149.
HSL color Cylindrical-coordinate representation of color #958DA4: hue angle of 260.87º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958DA4 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 141 | 164 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.36 |
| HSL | 260.87º | 0.11% | 0.6% | - |
| HSV(B) | 260.87º | 0.14% | 0.64% | - |
| XYZ | 28.62 | 28.12 | 39.04 | - |
| YUV | 146.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 164 | 0.09 | 0.14 | 0 | 0.36 | 260.87 | 0.11 | 0.6 |
| Hex | 95 | 8D | A4 | 9 | E | 0 | 24 | 105 | B | 3C |
| Octal | 225 | 215 | 244 | 11 | 16 | 0 | 44 | 405 | 13 | 74 |
| Binary | 10010101 | 10001101 | 10100100 | 1001 | 1110 | 0 | 100100 | 100000101 | 1011 | 111100 |
Color Harmonies of #958DA4
Complementary color
Monochromatic Colors of #958DA4
Black with #958DA4
Text Example
Text Example
White with #958DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DA4; }
p { color: rgb(149,141,164); }
H1.HeaderClassName
{
color: #958DA4;
}
.AnyTagClassName
{
color: #958DA4;
}
</style>
background-color css
<style>
a { background-color: #958DA4; }
a { background-color: rgb(149,141,164); }
div.DivClassName
{
background-color: #958DA4;
}
.BgClassName
{
background-color: #958DA4;
}
</style>
border-color css
<style>
span { border-color: #958DA4; }
span { border-color: rgb(149,141,164); }
td.TdClassName
{
border-color: #958DA4;
}
.TagClassName
{
border-color: #958DA4;
}
</style>