Shades of Venus #917F87
Tints of Venus #917F87
RGB
CMYK
RGB Variations
Color information
#917F87 (or 0x917F87) is known color: Venus. HEX triplet: 91, 7F and 87. RGB value is (145,127,135). Sum of RGB (Red+Green+Blue) = 145+127+135=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #917F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F87 is #6E8078. Grayscale: #858585. Windows color (decimal): -7241849 or 8880017. OLE color: 8880017.
HSL color Cylindrical-coordinate representation of color #917F87: hue angle of 333.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #917F87 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 135 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.43 |
| HSL | 333.33º | 0.08% | 0.53% | - |
| HSV(B) | 333.33º | 0.12% | 0.57% | - |
| XYZ | 23.64 | 22.95 | 26.11 | - |
| YUV | 133.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 135 | 0 | 0.12 | 0.07 | 0.43 | 333.33 | 0.08 | 0.53 |
| Hex | 91 | 7F | 87 | 0 | C | 7 | 2B | 14D | 8 | 35 |
| Octal | 221 | 177 | 207 | 0 | 14 | 7 | 53 | 515 | 10 | 65 |
| Binary | 10010001 | 1111111 | 10000111 | 0 | 1100 | 111 | 101011 | 101001101 | 1000 | 110101 |
Color Harmonies of #917F87
Complementary color
Monochromatic Colors of #917F87
Black with #917F87
Text Example
Text Example
White with #917F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F87; }
p { color: rgb(145,127,135); }
H1.HeaderClassName
{
color: #917F87;
}
.AnyTagClassName
{
color: #917F87;
}
</style>
background-color css
<style>
a { background-color: #917F87; }
a { background-color: rgb(145,127,135); }
div.DivClassName
{
background-color: #917F87;
}
.BgClassName
{
background-color: #917F87;
}
</style>
border-color css
<style>
span { border-color: #917F87; }
span { border-color: rgb(145,127,135); }
td.TdClassName
{
border-color: #917F87;
}
.TagClassName
{
border-color: #917F87;
}
</style>