Shades of Venus #918B8D
Tints of Venus #918B8D
RGB
CMYK
RGB Variations
Color information
#918B8D (or 0x918B8D) is known color: Venus. HEX triplet: 91, 8B and 8D. RGB value is (145,139,141). Sum of RGB (Red+Green+Blue) = 145+139+141=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 145 - color contains mainly: red. Hex color #918B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918B8D is #6E7472. Grayscale: #8D8D8D. Windows color (decimal): -7238771 or 9276305. OLE color: 9276305.
HSL color Cylindrical-coordinate representation of color #918B8D: hue angle of 340º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #918B8D is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 141 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.43 |
| HSL | 340º | 0.03% | 0.56% | - |
| HSV(B) | 340º | 0.04% | 0.57% | - |
| XYZ | 25.72 | 26.41 | 28.94 | - |
| YUV | 141.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 141 | 0 | 0.04 | 0.03 | 0.43 | 340 | 0.03 | 0.56 |
| Hex | 91 | 8B | 8D | 0 | 4 | 3 | 2B | 154 | 3 | 38 |
| Octal | 221 | 213 | 215 | 0 | 4 | 3 | 53 | 524 | 3 | 70 |
| Binary | 10010001 | 10001011 | 10001101 | 0 | 100 | 11 | 101011 | 101010100 | 11 | 111000 |
Color Harmonies of #918B8D
Complementary color
Monochromatic Colors of #918B8D
Black with #918B8D
Text Example
Text Example
White with #918B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B8D; }
p { color: rgb(145,139,141); }
H1.HeaderClassName
{
color: #918B8D;
}
.AnyTagClassName
{
color: #918B8D;
}
</style>
background-color css
<style>
a { background-color: #918B8D; }
a { background-color: rgb(145,139,141); }
div.DivClassName
{
background-color: #918B8D;
}
.BgClassName
{
background-color: #918B8D;
}
</style>
border-color css
<style>
span { border-color: #918B8D; }
span { border-color: rgb(145,139,141); }
td.TdClassName
{
border-color: #918B8D;
}
.TagClassName
{
border-color: #918B8D;
}
</style>