Shades of Venus #958B8E
Tints of Venus #958B8E
RGB
CMYK
RGB Variations
Color information
#958B8E (or 0x958B8E) is known color: Venus. HEX triplet: 95, 8B and 8E. RGB value is (149,139,142). Sum of RGB (Red+Green+Blue) = 149+139+142=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #958B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B8E is #6A7471. Grayscale: #8E8E8E. Windows color (decimal): -6976626 or 9341845. OLE color: 9341845.
HSL color Cylindrical-coordinate representation of color #958B8E: hue angle of 342º 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 #958B8E is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 142 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.42 |
| HSL | 342º | 0.05% | 0.56% | - |
| HSV(B) | 342º | 0.07% | 0.58% | - |
| XYZ | 26.51 | 26.81 | 29.37 | - |
| YUV | 142.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 142 | 0 | 0.07 | 0.05 | 0.42 | 342 | 0.05 | 0.56 |
| Hex | 95 | 8B | 8E | 0 | 7 | 5 | 2A | 156 | 5 | 38 |
| Octal | 225 | 213 | 216 | 0 | 7 | 5 | 52 | 526 | 5 | 70 |
| Binary | 10010101 | 10001011 | 10001110 | 0 | 111 | 101 | 101010 | 101010110 | 101 | 111000 |
Color Harmonies of #958B8E
Complementary color
Monochromatic Colors of #958B8E
Black with #958B8E
Text Example
Text Example
White with #958B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B8E; }
p { color: rgb(149,139,142); }
H1.HeaderClassName
{
color: #958B8E;
}
.AnyTagClassName
{
color: #958B8E;
}
</style>
background-color css
<style>
a { background-color: #958B8E; }
a { background-color: rgb(149,139,142); }
div.DivClassName
{
background-color: #958B8E;
}
.BgClassName
{
background-color: #958B8E;
}
</style>
border-color css
<style>
span { border-color: #958B8E; }
span { border-color: rgb(149,139,142); }
td.TdClassName
{
border-color: #958B8E;
}
.TagClassName
{
border-color: #958B8E;
}
</style>