Shades of Venus #8A757B
Tints of Venus #8A757B
RGB
CMYK
RGB Variations
Color information
#8A757B (or 0x8A757B) is known color: Venus. HEX triplet: 8A, 75 and 7B. RGB value is (138,117,123). Sum of RGB (Red+Green+Blue) = 138+117+123=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 138 - color contains mainly: red. Hex color #8A757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A757B is #758A84. Grayscale: #7B7B7B. Windows color (decimal): -7703173 or 8091018. OLE color: 8091018.
HSL color Cylindrical-coordinate representation of color #8A757B: hue angle of 342.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A757B is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 123 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.46 |
| HSL | 342.86º | 0.08% | 0.5% | - |
| HSV(B) | 342.86º | 0.15% | 0.54% | - |
| XYZ | 20.42 | 19.56 | 21.44 | - |
| YUV | 123.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 123 | 0 | 0.15 | 0.11 | 0.46 | 342.86 | 0.08 | 0.5 |
| Hex | 8A | 75 | 7B | 0 | F | B | 2E | 157 | 8 | 32 |
| Octal | 212 | 165 | 173 | 0 | 17 | 13 | 56 | 527 | 10 | 62 |
| Binary | 10001010 | 1110101 | 1111011 | 0 | 1111 | 1011 | 101110 | 101010111 | 1000 | 110010 |
Color Harmonies of #8A757B
Complementary color
Monochromatic Colors of #8A757B
Black with #8A757B
Text Example
Text Example
White with #8A757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A757B; }
p { color: rgb(138,117,123); }
H1.HeaderClassName
{
color: #8A757B;
}
.AnyTagClassName
{
color: #8A757B;
}
</style>
background-color css
<style>
a { background-color: #8A757B; }
a { background-color: rgb(138,117,123); }
div.DivClassName
{
background-color: #8A757B;
}
.BgClassName
{
background-color: #8A757B;
}
</style>
border-color css
<style>
span { border-color: #8A757B; }
span { border-color: rgb(138,117,123); }
td.TdClassName
{
border-color: #8A757B;
}
.TagClassName
{
border-color: #8A757B;
}
</style>