Shades of Venus #95858B
Tints of Venus #95858B
RGB
CMYK
RGB Variations
Color information
#95858B (or 0x95858B) is known color: Venus. HEX triplet: 95, 85 and 8B. RGB value is (149,133,139). Sum of RGB (Red+Green+Blue) = 149+133+139=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #95858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95858B is #6A7A74. Grayscale: #8A8A8A. Windows color (decimal): -6978165 or 9143701. OLE color: 9143701.
HSL color Cylindrical-coordinate representation of color #95858B: hue angle of 337.5º 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 #95858B is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 139 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.42 |
| HSL | 337.5º | 0.07% | 0.55% | - |
| HSV(B) | 337.5º | 0.11% | 0.58% | - |
| XYZ | 25.44 | 25.03 | 27.92 | - |
| YUV | 138.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 139 | 0 | 0.11 | 0.07 | 0.42 | 337.5 | 0.07 | 0.55 |
| Hex | 95 | 85 | 8B | 0 | B | 7 | 2A | 152 | 7 | 37 |
| Octal | 225 | 205 | 213 | 0 | 13 | 7 | 52 | 522 | 7 | 67 |
| Binary | 10010101 | 10000101 | 10001011 | 0 | 1011 | 111 | 101010 | 101010010 | 111 | 110111 |
Color Harmonies of #95858B
Complementary color
Monochromatic Colors of #95858B
Black with #95858B
Text Example
Text Example
White with #95858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95858B; }
p { color: rgb(149,133,139); }
H1.HeaderClassName
{
color: #95858B;
}
.AnyTagClassName
{
color: #95858B;
}
</style>
background-color css
<style>
a { background-color: #95858B; }
a { background-color: rgb(149,133,139); }
div.DivClassName
{
background-color: #95858B;
}
.BgClassName
{
background-color: #95858B;
}
</style>
border-color css
<style>
span { border-color: #95858B; }
span { border-color: rgb(149,133,139); }
td.TdClassName
{
border-color: #95858B;
}
.TagClassName
{
border-color: #95858B;
}
</style>