Shades of Grey Suit #958CA5
Tints of Grey Suit #958CA5
RGB
CMYK
RGB Variations
Color information
#958CA5 (or 0x958CA5) is known color: Grey Suit. HEX triplet: 95, 8C and A5. RGB value is (149,140,165). Sum of RGB (Red+Green+Blue) = 149+140+165=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 165 - color contains mainly: blue. Hex color #958CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958CA5 is #6A735A. Grayscale: #919191. Windows color (decimal): -6976347 or 10849429. OLE color: 10849429.
HSL color Cylindrical-coordinate representation of color #958CA5: hue angle of 261.6º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #958CA5 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 140 | 165 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.35 |
| HSL | 261.6º | 0.12% | 0.6% | - |
| HSV(B) | 261.6º | 0.15% | 0.65% | - |
| XYZ | 28.56 | 27.86 | 39.47 | - |
| YUV | 145.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 165 | 0.10 | 0.15 | 0 | 0.35 | 261.6 | 0.12 | 0.6 |
| Hex | 95 | 8C | A5 | A | F | 0 | 23 | 106 | C | 3C |
| Octal | 225 | 214 | 245 | 12 | 17 | 0 | 43 | 406 | 14 | 74 |
| Binary | 10010101 | 10001100 | 10100101 | 1010 | 1111 | 0 | 100011 | 100000110 | 1100 | 111100 |
Color Harmonies of #958CA5
Complementary color
Monochromatic Colors of #958CA5
Black with #958CA5
Text Example
Text Example
White with #958CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CA5; }
p { color: rgb(149,140,165); }
H1.HeaderClassName
{
color: #958CA5;
}
.AnyTagClassName
{
color: #958CA5;
}
</style>
background-color css
<style>
a { background-color: #958CA5; }
a { background-color: rgb(149,140,165); }
div.DivClassName
{
background-color: #958CA5;
}
.BgClassName
{
background-color: #958CA5;
}
</style>
border-color css
<style>
span { border-color: #958CA5; }
span { border-color: rgb(149,140,165); }
td.TdClassName
{
border-color: #958CA5;
}
.TagClassName
{
border-color: #958CA5;
}
</style>