Shades of Venus #958A8C
Tints of Venus #958A8C
RGB
CMYK
RGB Variations
Color information
#958A8C (or 0x958A8C) is known color: Venus. HEX triplet: 95, 8A and 8C. RGB value is (149,138,140). Sum of RGB (Red+Green+Blue) = 149+138+140=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #958A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A8C is #6A7573. Grayscale: #8D8D8D. Windows color (decimal): -6976884 or 9210517. OLE color: 9210517.
HSL color Cylindrical-coordinate representation of color #958A8C: hue angle of 349.09º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #958A8C is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 140 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.42 |
| HSL | 349.09º | 0.05% | 0.56% | - |
| HSV(B) | 349.09º | 0.07% | 0.58% | - |
| XYZ | 26.22 | 26.46 | 28.54 | - |
| YUV | 141.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 140 | 0 | 0.07 | 0.06 | 0.42 | 349.09 | 0.05 | 0.56 |
| Hex | 95 | 8A | 8C | 0 | 7 | 6 | 2A | 15D | 5 | 38 |
| Octal | 225 | 212 | 214 | 0 | 7 | 6 | 52 | 535 | 5 | 70 |
| Binary | 10010101 | 10001010 | 10001100 | 0 | 111 | 110 | 101010 | 101011101 | 101 | 111000 |
Color Harmonies of #958A8C
Complementary color
Monochromatic Colors of #958A8C
Black with #958A8C
Text Example
Text Example
White with #958A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A8C; }
p { color: rgb(149,138,140); }
H1.HeaderClassName
{
color: #958A8C;
}
.AnyTagClassName
{
color: #958A8C;
}
</style>
background-color css
<style>
a { background-color: #958A8C; }
a { background-color: rgb(149,138,140); }
div.DivClassName
{
background-color: #958A8C;
}
.BgClassName
{
background-color: #958A8C;
}
</style>
border-color css
<style>
span { border-color: #958A8C; }
span { border-color: rgb(149,138,140); }
td.TdClassName
{
border-color: #958A8C;
}
.TagClassName
{
border-color: #958A8C;
}
</style>