Shades of Venus #95898E
Tints of Venus #95898E
RGB
CMYK
RGB Variations
Color information
#95898E (or 0x95898E) is known color: Venus. HEX triplet: 95, 89 and 8E. RGB value is (149,137,142). Sum of RGB (Red+Green+Blue) = 149+137+142=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #95898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95898E is #6A7671. Grayscale: #8D8D8D. Windows color (decimal): -6977138 or 9341333. OLE color: 9341333.
HSL color Cylindrical-coordinate representation of color #95898E: hue angle of 335º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #95898E is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 142 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.42 |
| HSL | 335º | 0.05% | 0.56% | - |
| HSV(B) | 335º | 0.08% | 0.58% | - |
| XYZ | 26.22 | 26.23 | 29.27 | - |
| YUV | 141.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 142 | 0 | 0.08 | 0.05 | 0.42 | 335 | 0.05 | 0.56 |
| Hex | 95 | 89 | 8E | 0 | 8 | 5 | 2A | 14F | 5 | 38 |
| Octal | 225 | 211 | 216 | 0 | 10 | 5 | 52 | 517 | 5 | 70 |
| Binary | 10010101 | 10001001 | 10001110 | 0 | 1000 | 101 | 101010 | 101001111 | 101 | 111000 |
Color Harmonies of #95898E
Complementary color
Monochromatic Colors of #95898E
Black with #95898E
Text Example
Text Example
White with #95898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95898E; }
p { color: rgb(149,137,142); }
H1.HeaderClassName
{
color: #95898E;
}
.AnyTagClassName
{
color: #95898E;
}
</style>
background-color css
<style>
a { background-color: #95898E; }
a { background-color: rgb(149,137,142); }
div.DivClassName
{
background-color: #95898E;
}
.BgClassName
{
background-color: #95898E;
}
</style>
border-color css
<style>
span { border-color: #95898E; }
span { border-color: rgb(149,137,142); }
td.TdClassName
{
border-color: #95898E;
}
.TagClassName
{
border-color: #95898E;
}
</style>