Shades of Venus #8A8384
Tints of Venus #8A8384
RGB
CMYK
RGB Variations
Color information
#8A8384 (or 0x8A8384) is known color: Venus. HEX triplet: 8A, 83 and 84. RGB value is (138,131,132). Sum of RGB (Red+Green+Blue) = 138+131+132=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8384 is #757C7B. Grayscale: #858585. Windows color (decimal): -7699580 or 8684426. OLE color: 8684426.
HSL color Cylindrical-coordinate representation of color #8A8384: hue angle of 351.43º 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 #8A8384 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 131 | 132 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.46 |
| HSL | 351.43º | 0.03% | 0.53% | - |
| HSV(B) | 351.43º | 0.05% | 0.54% | - |
| XYZ | 22.76 | 23.3 | 25.13 | - |
| YUV | 133.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 132 | 0 | 0.05 | 0.04 | 0.46 | 351.43 | 0.03 | 0.53 |
| Hex | 8A | 83 | 84 | 0 | 5 | 4 | 2E | 15F | 3 | 35 |
| Octal | 212 | 203 | 204 | 0 | 5 | 4 | 56 | 537 | 3 | 65 |
| Binary | 10001010 | 10000011 | 10000100 | 0 | 101 | 100 | 101110 | 101011111 | 11 | 110101 |
Color Harmonies of #8A8384
Complementary color
Monochromatic Colors of #8A8384
Black with #8A8384
Text Example
Text Example
White with #8A8384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8384; }
p { color: rgb(138,131,132); }
H1.HeaderClassName
{
color: #8A8384;
}
.AnyTagClassName
{
color: #8A8384;
}
</style>
background-color css
<style>
a { background-color: #8A8384; }
a { background-color: rgb(138,131,132); }
div.DivClassName
{
background-color: #8A8384;
}
.BgClassName
{
background-color: #8A8384;
}
</style>
border-color css
<style>
span { border-color: #8A8384; }
span { border-color: rgb(138,131,132); }
td.TdClassName
{
border-color: #8A8384;
}
.TagClassName
{
border-color: #8A8384;
}
</style>