Shades of Venus #908285
Tints of Venus #908285
RGB
CMYK
RGB Variations
Color information
#908285 (or 0x908285) is known color: Venus. HEX triplet: 90, 82 and 85. RGB value is (144,130,133). Sum of RGB (Red+Green+Blue) = 144+130+133=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #908285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908285 is #6F7D7A. Grayscale: #868686. Windows color (decimal): -7306619 or 8749712. OLE color: 8749712.
HSL color Cylindrical-coordinate representation of color #908285: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908285 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 133 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.44 |
| HSL | 347.14º | 0.06% | 0.54% | - |
| HSV(B) | 347.14º | 0.1% | 0.56% | - |
| XYZ | 23.72 | 23.59 | 25.49 | - |
| YUV | 134.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 133 | 0 | 0.10 | 0.08 | 0.44 | 347.14 | 0.06 | 0.54 |
| Hex | 90 | 82 | 85 | 0 | A | 8 | 2C | 15B | 6 | 36 |
| Octal | 220 | 202 | 205 | 0 | 12 | 10 | 54 | 533 | 6 | 66 |
| Binary | 10010000 | 10000010 | 10000101 | 0 | 1010 | 1000 | 101100 | 101011011 | 110 | 110110 |
Color Harmonies of #908285
Complementary color
Monochromatic Colors of #908285
Black with #908285
Text Example
Text Example
White with #908285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908285; }
p { color: rgb(144,130,133); }
H1.HeaderClassName
{
color: #908285;
}
.AnyTagClassName
{
color: #908285;
}
</style>
background-color css
<style>
a { background-color: #908285; }
a { background-color: rgb(144,130,133); }
div.DivClassName
{
background-color: #908285;
}
.BgClassName
{
background-color: #908285;
}
</style>
border-color css
<style>
span { border-color: #908285; }
span { border-color: rgb(144,130,133); }
td.TdClassName
{
border-color: #908285;
}
.TagClassName
{
border-color: #908285;
}
</style>