Shades of Venus #8A787D
Tints of Venus #8A787D
RGB
CMYK
RGB Variations
Color information
#8A787D (or 0x8A787D) is known color: Venus. HEX triplet: 8A, 78 and 7D. RGB value is (138,120,125). Sum of RGB (Red+Green+Blue) = 138+120+125=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A787D is #758782. Grayscale: #7D7D7D. Windows color (decimal): -7702403 or 8222858. OLE color: 8222858.
HSL color Cylindrical-coordinate representation of color #8A787D: hue angle of 343.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A787D is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 120 | 125 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.46 |
| HSL | 343.33º | 0.07% | 0.51% | - |
| HSV(B) | 343.33º | 0.13% | 0.54% | - |
| XYZ | 20.9 | 20.32 | 22.22 | - |
| YUV | 125.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 125 | 0 | 0.13 | 0.09 | 0.46 | 343.33 | 0.07 | 0.51 |
| Hex | 8A | 78 | 7D | 0 | D | 9 | 2E | 157 | 7 | 33 |
| Octal | 212 | 170 | 175 | 0 | 15 | 11 | 56 | 527 | 7 | 63 |
| Binary | 10001010 | 1111000 | 1111101 | 0 | 1101 | 1001 | 101110 | 101010111 | 111 | 110011 |
Color Harmonies of #8A787D
Complementary color
Monochromatic Colors of #8A787D
Black with #8A787D
Text Example
Text Example
White with #8A787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A787D; }
p { color: rgb(138,120,125); }
H1.HeaderClassName
{
color: #8A787D;
}
.AnyTagClassName
{
color: #8A787D;
}
</style>
background-color css
<style>
a { background-color: #8A787D; }
a { background-color: rgb(138,120,125); }
div.DivClassName
{
background-color: #8A787D;
}
.BgClassName
{
background-color: #8A787D;
}
</style>
border-color css
<style>
span { border-color: #8A787D; }
span { border-color: rgb(138,120,125); }
td.TdClassName
{
border-color: #8A787D;
}
.TagClassName
{
border-color: #8A787D;
}
</style>