Shades of Venus #958488
Tints of Venus #958488
RGB
CMYK
RGB Variations
Color information
#958488 (or 0x958488) is known color: Venus. HEX triplet: 95, 84 and 88. RGB value is (149,132,136). Sum of RGB (Red+Green+Blue) = 149+132+136=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #958488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958488 is #6A7B77. Grayscale: #898989. Windows color (decimal): -6978424 or 8946837. OLE color: 8946837.
HSL color Cylindrical-coordinate representation of color #958488: hue angle of 345.88º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958488 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 136 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.42 |
| HSL | 345.88º | 0.07% | 0.55% | - |
| HSV(B) | 345.88º | 0.11% | 0.58% | - |
| XYZ | 25.09 | 24.67 | 26.73 | - |
| YUV | 137.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 136 | 0 | 0.11 | 0.09 | 0.42 | 345.88 | 0.07 | 0.55 |
| Hex | 95 | 84 | 88 | 0 | B | 9 | 2A | 15A | 7 | 37 |
| Octal | 225 | 204 | 210 | 0 | 13 | 11 | 52 | 532 | 7 | 67 |
| Binary | 10010101 | 10000100 | 10001000 | 0 | 1011 | 1001 | 101010 | 101011010 | 111 | 110111 |
Color Harmonies of #958488
Complementary color
Monochromatic Colors of #958488
Black with #958488
Text Example
Text Example
White with #958488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958488; }
p { color: rgb(149,132,136); }
H1.HeaderClassName
{
color: #958488;
}
.AnyTagClassName
{
color: #958488;
}
</style>
background-color css
<style>
a { background-color: #958488; }
a { background-color: rgb(149,132,136); }
div.DivClassName
{
background-color: #958488;
}
.BgClassName
{
background-color: #958488;
}
</style>
border-color css
<style>
span { border-color: #958488; }
span { border-color: rgb(149,132,136); }
td.TdClassName
{
border-color: #958488;
}
.TagClassName
{
border-color: #958488;
}
</style>