Shades of Venus #8A8385
Tints of Venus #8A8385
RGB
CMYK
RGB Variations
Color information
#8A8385 (or 0x8A8385) is known color: Venus. HEX triplet: 8A, 83 and 85. RGB value is (138,131,133). Sum of RGB (Red+Green+Blue) = 138+131+133=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8385 is #757C7A. Grayscale: #858585. Windows color (decimal): -7699579 or 8749962. OLE color: 8749962.
HSL color Cylindrical-coordinate representation of color #8A8385: hue angle of 342.86º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8A8385 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 131 | 133 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.46 |
| HSL | 342.86º | 0.03% | 0.53% | - |
| HSV(B) | 342.86º | 0.05% | 0.54% | - |
| XYZ | 22.83 | 23.33 | 25.49 | - |
| YUV | 133.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 133 | 0 | 0.05 | 0.04 | 0.46 | 342.86 | 0.03 | 0.53 |
| Hex | 8A | 83 | 85 | 0 | 5 | 4 | 2E | 157 | 3 | 35 |
| Octal | 212 | 203 | 205 | 0 | 5 | 4 | 56 | 527 | 3 | 65 |
| Binary | 10001010 | 10000011 | 10000101 | 0 | 101 | 100 | 101110 | 101010111 | 11 | 110101 |
Color Harmonies of #8A8385
Complementary color
Monochromatic Colors of #8A8385
Black with #8A8385
Text Example
Text Example
White with #8A8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8385; }
p { color: rgb(138,131,133); }
H1.HeaderClassName
{
color: #8A8385;
}
.AnyTagClassName
{
color: #8A8385;
}
</style>
background-color css
<style>
a { background-color: #8A8385; }
a { background-color: rgb(138,131,133); }
div.DivClassName
{
background-color: #8A8385;
}
.BgClassName
{
background-color: #8A8385;
}
</style>
border-color css
<style>
span { border-color: #8A8385; }
span { border-color: rgb(138,131,133); }
td.TdClassName
{
border-color: #8A8385;
}
.TagClassName
{
border-color: #8A8385;
}
</style>