Shades of Venus #8A8083
Tints of Venus #8A8083
RGB
CMYK
RGB Variations
Color information
#8A8083 (or 0x8A8083) is known color: Venus. HEX triplet: 8A, 80 and 83. RGB value is (138,128,131). Sum of RGB (Red+Green+Blue) = 138+128+131=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8083 is #757F7C. Grayscale: #838383. Windows color (decimal): -7700349 or 8618122. OLE color: 8618122.
HSL color Cylindrical-coordinate representation of color #8A8083: hue angle of 342º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8083 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 131 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.46 |
| HSL | 342º | 0.04% | 0.52% | - |
| HSV(B) | 342º | 0.07% | 0.54% | - |
| XYZ | 22.3 | 22.48 | 24.64 | - |
| YUV | 131.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 131 | 0 | 0.07 | 0.05 | 0.46 | 342 | 0.04 | 0.52 |
| Hex | 8A | 80 | 83 | 0 | 7 | 5 | 2E | 156 | 4 | 34 |
| Octal | 212 | 200 | 203 | 0 | 7 | 5 | 56 | 526 | 4 | 64 |
| Binary | 10001010 | 10000000 | 10000011 | 0 | 111 | 101 | 101110 | 101010110 | 100 | 110100 |
Color Harmonies of #8A8083
Complementary color
Monochromatic Colors of #8A8083
Black with #8A8083
Text Example
Text Example
White with #8A8083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8083; }
p { color: rgb(138,128,131); }
H1.HeaderClassName
{
color: #8A8083;
}
.AnyTagClassName
{
color: #8A8083;
}
</style>
background-color css
<style>
a { background-color: #8A8083; }
a { background-color: rgb(138,128,131); }
div.DivClassName
{
background-color: #8A8083;
}
.BgClassName
{
background-color: #8A8083;
}
</style>
border-color css
<style>
span { border-color: #8A8083; }
span { border-color: rgb(138,128,131); }
td.TdClassName
{
border-color: #8A8083;
}
.TagClassName
{
border-color: #8A8083;
}
</style>