Shades of Venus #95858C
Tints of Venus #95858C
RGB
CMYK
RGB Variations
Color information
#95858C (or 0x95858C) is known color: Venus. HEX triplet: 95, 85 and 8C. RGB value is (149,133,140). Sum of RGB (Red+Green+Blue) = 149+133+140=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #95858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95858C is #6A7A73. Grayscale: #8A8A8A. Windows color (decimal): -6978164 or 9209237. OLE color: 9209237.
HSL color Cylindrical-coordinate representation of color #95858C: hue angle of 333.75º 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 #95858C is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 140 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.42 |
| HSL | 333.75º | 0.07% | 0.55% | - |
| HSV(B) | 333.75º | 0.11% | 0.58% | - |
| XYZ | 25.52 | 25.06 | 28.3 | - |
| YUV | 138.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 140 | 0 | 0.11 | 0.06 | 0.42 | 333.75 | 0.07 | 0.55 |
| Hex | 95 | 85 | 8C | 0 | B | 6 | 2A | 14E | 7 | 37 |
| Octal | 225 | 205 | 214 | 0 | 13 | 6 | 52 | 516 | 7 | 67 |
| Binary | 10010101 | 10000101 | 10001100 | 0 | 1011 | 110 | 101010 | 101001110 | 111 | 110111 |
Color Harmonies of #95858C
Complementary color
Monochromatic Colors of #95858C
Black with #95858C
Text Example
Text Example
White with #95858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95858C; }
p { color: rgb(149,133,140); }
H1.HeaderClassName
{
color: #95858C;
}
.AnyTagClassName
{
color: #95858C;
}
</style>
background-color css
<style>
a { background-color: #95858C; }
a { background-color: rgb(149,133,140); }
div.DivClassName
{
background-color: #95858C;
}
.BgClassName
{
background-color: #95858C;
}
</style>
border-color css
<style>
span { border-color: #95858C; }
span { border-color: rgb(149,133,140); }
td.TdClassName
{
border-color: #95858C;
}
.TagClassName
{
border-color: #95858C;
}
</style>