Shades of Venus #8B8788
Tints of Venus #8B8788
RGB
CMYK
RGB Variations
Color information
#8B8788 (or 0x8B8788) is known color: Venus. HEX triplet: 8B, 87 and 88. RGB value is (139,135,136). Sum of RGB (Red+Green+Blue) = 139+135+136=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8788 is #747877. Grayscale: #888888. Windows color (decimal): -7633016 or 8947595. OLE color: 8947595.
HSL color Cylindrical-coordinate representation of color #8B8788: hue angle of 345º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8B8788 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 136 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.45 |
| HSL | 345º | 0.02% | 0.54% | - |
| HSV(B) | 345º | 0.03% | 0.55% | - |
| XYZ | 23.76 | 24.59 | 26.79 | - |
| YUV | 136.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 136 | 0 | 0.03 | 0.02 | 0.45 | 345 | 0.02 | 0.54 |
| Hex | 8B | 87 | 88 | 0 | 3 | 2 | 2D | 159 | 2 | 36 |
| Octal | 213 | 207 | 210 | 0 | 3 | 2 | 55 | 531 | 2 | 66 |
| Binary | 10001011 | 10000111 | 10001000 | 0 | 11 | 10 | 101101 | 101011001 | 10 | 110110 |
Color Harmonies of #8B8788
Complementary color
Monochromatic Colors of #8B8788
Black with #8B8788
Text Example
Text Example
White with #8B8788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8788; }
p { color: rgb(139,135,136); }
H1.HeaderClassName
{
color: #8B8788;
}
.AnyTagClassName
{
color: #8B8788;
}
</style>
background-color css
<style>
a { background-color: #8B8788; }
a { background-color: rgb(139,135,136); }
div.DivClassName
{
background-color: #8B8788;
}
.BgClassName
{
background-color: #8B8788;
}
</style>
border-color css
<style>
span { border-color: #8B8788; }
span { border-color: rgb(139,135,136); }
td.TdClassName
{
border-color: #8B8788;
}
.TagClassName
{
border-color: #8B8788;
}
</style>