Shades of Venus #957F87
Tints of Venus #957F87
RGB
CMYK
RGB Variations
Color information
#957F87 (or 0x957F87) is known color: Venus. HEX triplet: 95, 7F and 87. RGB value is (149,127,135). Sum of RGB (Red+Green+Blue) = 149+127+135=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #957F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F87 is #6A8078. Grayscale: #868686. Windows color (decimal): -6979705 or 8880021. OLE color: 8880021.
HSL color Cylindrical-coordinate representation of color #957F87: hue angle of 338.18º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #957F87 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 135 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.42 |
| HSL | 338.18º | 0.09% | 0.54% | - |
| HSV(B) | 338.18º | 0.15% | 0.58% | - |
| XYZ | 24.36 | 23.32 | 26.14 | - |
| YUV | 134.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 135 | 0 | 0.15 | 0.09 | 0.42 | 338.18 | 0.09 | 0.54 |
| Hex | 95 | 7F | 87 | 0 | F | 9 | 2A | 152 | 9 | 36 |
| Octal | 225 | 177 | 207 | 0 | 17 | 11 | 52 | 522 | 11 | 66 |
| Binary | 10010101 | 1111111 | 10000111 | 0 | 1111 | 1001 | 101010 | 101010010 | 1001 | 110110 |
Color Harmonies of #957F87
Complementary color
Monochromatic Colors of #957F87
Black with #957F87
Text Example
Text Example
White with #957F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F87; }
p { color: rgb(149,127,135); }
H1.HeaderClassName
{
color: #957F87;
}
.AnyTagClassName
{
color: #957F87;
}
</style>
background-color css
<style>
a { background-color: #957F87; }
a { background-color: rgb(149,127,135); }
div.DivClassName
{
background-color: #957F87;
}
.BgClassName
{
background-color: #957F87;
}
</style>
border-color css
<style>
span { border-color: #957F87; }
span { border-color: rgb(149,127,135); }
td.TdClassName
{
border-color: #957F87;
}
.TagClassName
{
border-color: #957F87;
}
</style>