Shades of Venus #958C8D
Tints of Venus #958C8D
RGB
CMYK
RGB Variations
Color information
#958C8D (or 0x958C8D) is known color: Venus. HEX triplet: 95, 8C and 8D. RGB value is (149,140,141). Sum of RGB (Red+Green+Blue) = 149+140+141=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #958C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C8D is #6A7372. Grayscale: #8E8E8E. Windows color (decimal): -6976371 or 9276565. OLE color: 9276565.
HSL color Cylindrical-coordinate representation of color #958C8D: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #958C8D is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 141 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.42 |
| HSL | 353.33º | 0.04% | 0.57% | - |
| HSV(B) | 353.33º | 0.06% | 0.58% | - |
| XYZ | 26.58 | 27.07 | 29.02 | - |
| YUV | 142.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 141 | 0 | 0.06 | 0.05 | 0.42 | 353.33 | 0.04 | 0.57 |
| Hex | 95 | 8C | 8D | 0 | 6 | 5 | 2A | 161 | 4 | 39 |
| Octal | 225 | 214 | 215 | 0 | 6 | 5 | 52 | 541 | 4 | 71 |
| Binary | 10010101 | 10001100 | 10001101 | 0 | 110 | 101 | 101010 | 101100001 | 100 | 111001 |
Color Harmonies of #958C8D
Complementary color
Monochromatic Colors of #958C8D
Black with #958C8D
Text Example
Text Example
White with #958C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C8D; }
p { color: rgb(149,140,141); }
H1.HeaderClassName
{
color: #958C8D;
}
.AnyTagClassName
{
color: #958C8D;
}
</style>
background-color css
<style>
a { background-color: #958C8D; }
a { background-color: rgb(149,140,141); }
div.DivClassName
{
background-color: #958C8D;
}
.BgClassName
{
background-color: #958C8D;
}
</style>
border-color css
<style>
span { border-color: #958C8D; }
span { border-color: rgb(149,140,141); }
td.TdClassName
{
border-color: #958C8D;
}
.TagClassName
{
border-color: #958C8D;
}
</style>