Shades of Venus #95868C
Tints of Venus #95868C
RGB
CMYK
RGB Variations
Color information
#95868C (or 0x95868C) is known color: Venus. HEX triplet: 95, 86 and 8C. RGB value is (149,134,140). Sum of RGB (Red+Green+Blue) = 149+134+140=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #95868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95868C is #6A7973. Grayscale: #8B8B8B. Windows color (decimal): -6977908 or 9209493. OLE color: 9209493.
HSL color Cylindrical-coordinate representation of color #95868C: hue angle of 336º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95868C is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 134 | 140 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.42 |
| HSL | 336º | 0.07% | 0.55% | - |
| HSV(B) | 336º | 0.1% | 0.58% | - |
| XYZ | 25.65 | 25.33 | 28.35 | - |
| YUV | 139.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 140 | 0 | 0.10 | 0.06 | 0.42 | 336 | 0.07 | 0.55 |
| Hex | 95 | 86 | 8C | 0 | A | 6 | 2A | 150 | 7 | 37 |
| Octal | 225 | 206 | 214 | 0 | 12 | 6 | 52 | 520 | 7 | 67 |
| Binary | 10010101 | 10000110 | 10001100 | 0 | 1010 | 110 | 101010 | 101010000 | 111 | 110111 |
Color Harmonies of #95868C
Complementary color
Monochromatic Colors of #95868C
Black with #95868C
Text Example
Text Example
White with #95868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95868C; }
p { color: rgb(149,134,140); }
H1.HeaderClassName
{
color: #95868C;
}
.AnyTagClassName
{
color: #95868C;
}
</style>
background-color css
<style>
a { background-color: #95868C; }
a { background-color: rgb(149,134,140); }
div.DivClassName
{
background-color: #95868C;
}
.BgClassName
{
background-color: #95868C;
}
</style>
border-color css
<style>
span { border-color: #95868C; }
span { border-color: rgb(149,134,140); }
td.TdClassName
{
border-color: #95868C;
}
.TagClassName
{
border-color: #95868C;
}
</style>