Shades of Venus #918485
Tints of Venus #918485
RGB
CMYK
RGB Variations
Color information
#918485 (or 0x918485) is known color: Venus. HEX triplet: 91, 84 and 85. RGB value is (145,132,133). Sum of RGB (Red+Green+Blue) = 145+132+133=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 145 - color contains mainly: red. Hex color #918485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918485 is #6E7B7A. Grayscale: #888888. Windows color (decimal): -7240571 or 8750225. OLE color: 8750225.
HSL color Cylindrical-coordinate representation of color #918485: hue angle of 355.38º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #918485 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 133 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.43 |
| HSL | 355.38º | 0.06% | 0.54% | - |
| HSV(B) | 355.38º | 0.09% | 0.57% | - |
| XYZ | 24.16 | 24.22 | 25.59 | - |
| YUV | 136 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 133 | 0 | 0.09 | 0.08 | 0.43 | 355.38 | 0.06 | 0.54 |
| Hex | 91 | 84 | 85 | 0 | 9 | 8 | 2B | 163 | 6 | 36 |
| Octal | 221 | 204 | 205 | 0 | 11 | 10 | 53 | 543 | 6 | 66 |
| Binary | 10010001 | 10000100 | 10000101 | 0 | 1001 | 1000 | 101011 | 101100011 | 110 | 110110 |
Color Harmonies of #918485
Complementary color
Monochromatic Colors of #918485
Black with #918485
Text Example
Text Example
White with #918485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918485; }
p { color: rgb(145,132,133); }
H1.HeaderClassName
{
color: #918485;
}
.AnyTagClassName
{
color: #918485;
}
</style>
background-color css
<style>
a { background-color: #918485; }
a { background-color: rgb(145,132,133); }
div.DivClassName
{
background-color: #918485;
}
.BgClassName
{
background-color: #918485;
}
</style>
border-color css
<style>
span { border-color: #918485; }
span { border-color: rgb(145,132,133); }
td.TdClassName
{
border-color: #918485;
}
.TagClassName
{
border-color: #918485;
}
</style>