Shades of Venus #8B8085
Tints of Venus #8B8085
RGB
CMYK
RGB Variations
Color information
#8B8085 (or 0x8B8085) is known color: Venus. HEX triplet: 8B, 80 and 85. RGB value is (139,128,133). Sum of RGB (Red+Green+Blue) = 139+128+133=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8085 is #747F7A. Grayscale: #838383. Windows color (decimal): -7634811 or 8749195. OLE color: 8749195.
HSL color Cylindrical-coordinate representation of color #8B8085: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B8085 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 133 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.45 |
| HSL | 332.73º | 0.05% | 0.52% | - |
| HSV(B) | 332.73º | 0.08% | 0.55% | - |
| XYZ | 22.6 | 22.62 | 25.37 | - |
| YUV | 131.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 133 | 0 | 0.08 | 0.04 | 0.45 | 332.73 | 0.05 | 0.52 |
| Hex | 8B | 80 | 85 | 0 | 8 | 4 | 2D | 14D | 5 | 34 |
| Octal | 213 | 200 | 205 | 0 | 10 | 4 | 55 | 515 | 5 | 64 |
| Binary | 10001011 | 10000000 | 10000101 | 0 | 1000 | 100 | 101101 | 101001101 | 101 | 110100 |
Color Harmonies of #8B8085
Complementary color
Monochromatic Colors of #8B8085
Black with #8B8085
Text Example
Text Example
White with #8B8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8085; }
p { color: rgb(139,128,133); }
H1.HeaderClassName
{
color: #8B8085;
}
.AnyTagClassName
{
color: #8B8085;
}
</style>
background-color css
<style>
a { background-color: #8B8085; }
a { background-color: rgb(139,128,133); }
div.DivClassName
{
background-color: #8B8085;
}
.BgClassName
{
background-color: #8B8085;
}
</style>
border-color css
<style>
span { border-color: #8B8085; }
span { border-color: rgb(139,128,133); }
td.TdClassName
{
border-color: #8B8085;
}
.TagClassName
{
border-color: #8B8085;
}
</style>