Shades of Venus #95898C
Tints of Venus #95898C
RGB
CMYK
RGB Variations
Color information
#95898C (or 0x95898C) is known color: Venus. HEX triplet: 95, 89 and 8C. RGB value is (149,137,140). Sum of RGB (Red+Green+Blue) = 149+137+140=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #95898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95898C is #6A7673. Grayscale: #8C8C8C. Windows color (decimal): -6977140 or 9210261. OLE color: 9210261.
HSL color Cylindrical-coordinate representation of color #95898C: hue angle of 345º 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 #95898C is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 140 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.42 |
| HSL | 345º | 0.05% | 0.56% | - |
| HSV(B) | 345º | 0.08% | 0.58% | - |
| XYZ | 26.07 | 26.17 | 28.49 | - |
| YUV | 140.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 140 | 0 | 0.08 | 0.06 | 0.42 | 345 | 0.05 | 0.56 |
| Hex | 95 | 89 | 8C | 0 | 8 | 6 | 2A | 159 | 5 | 38 |
| Octal | 225 | 211 | 214 | 0 | 10 | 6 | 52 | 531 | 5 | 70 |
| Binary | 10010101 | 10001001 | 10001100 | 0 | 1000 | 110 | 101010 | 101011001 | 101 | 111000 |
Color Harmonies of #95898C
Complementary color
Monochromatic Colors of #95898C
Black with #95898C
Text Example
Text Example
White with #95898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95898C; }
p { color: rgb(149,137,140); }
H1.HeaderClassName
{
color: #95898C;
}
.AnyTagClassName
{
color: #95898C;
}
</style>
background-color css
<style>
a { background-color: #95898C; }
a { background-color: rgb(149,137,140); }
div.DivClassName
{
background-color: #95898C;
}
.BgClassName
{
background-color: #95898C;
}
</style>
border-color css
<style>
span { border-color: #95898C; }
span { border-color: rgb(149,137,140); }
td.TdClassName
{
border-color: #95898C;
}
.TagClassName
{
border-color: #95898C;
}
</style>