Shades of Grey Suit #958CA3
Tints of Grey Suit #958CA3
RGB
CMYK
RGB Variations
Color information
#958CA3 (or 0x958CA3) is known color: Grey Suit. HEX triplet: 95, 8C and A3. RGB value is (149,140,163). Sum of RGB (Red+Green+Blue) = 149+140+163=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 163 - color contains mainly: blue. Hex color #958CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958CA3 is #6A735C. Grayscale: #919191. Windows color (decimal): -6976349 or 10718357. OLE color: 10718357.
HSL color Cylindrical-coordinate representation of color #958CA3: hue angle of 263.48º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958CA3 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 140 | 163 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.36 |
| HSL | 263.48º | 0.11% | 0.59% | - |
| HSV(B) | 263.48º | 0.14% | 0.64% | - |
| XYZ | 28.38 | 27.79 | 38.52 | - |
| YUV | 145.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 163 | 0.09 | 0.14 | 0 | 0.36 | 263.48 | 0.11 | 0.59 |
| Hex | 95 | 8C | A3 | 9 | E | 0 | 24 | 107 | B | 3B |
| Octal | 225 | 214 | 243 | 11 | 16 | 0 | 44 | 407 | 13 | 73 |
| Binary | 10010101 | 10001100 | 10100011 | 1001 | 1110 | 0 | 100100 | 100000111 | 1011 | 111011 |
Color Harmonies of #958CA3
Complementary color
Monochromatic Colors of #958CA3
Black with #958CA3
Text Example
Text Example
White with #958CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CA3; }
p { color: rgb(149,140,163); }
H1.HeaderClassName
{
color: #958CA3;
}
.AnyTagClassName
{
color: #958CA3;
}
</style>
background-color css
<style>
a { background-color: #958CA3; }
a { background-color: rgb(149,140,163); }
div.DivClassName
{
background-color: #958CA3;
}
.BgClassName
{
background-color: #958CA3;
}
</style>
border-color css
<style>
span { border-color: #958CA3; }
span { border-color: rgb(149,140,163); }
td.TdClassName
{
border-color: #958CA3;
}
.TagClassName
{
border-color: #958CA3;
}
</style>