Shades of Venus #8B8889
Tints of Venus #8B8889
RGB
CMYK
RGB Variations
Color information
#8B8889 (or 0x8B8889) is known color: Venus. HEX triplet: 8B, 88 and 89. RGB value is (139,136,137). Sum of RGB (Red+Green+Blue) = 139+136+137=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8889 is #747776. Grayscale: #898989. Windows color (decimal): -7632759 or 9013387. OLE color: 9013387.
HSL color Cylindrical-coordinate representation of color #8B8889: hue angle of 340º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8B8889 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 136 | 137 | - |
CMYK | 0 | 0.02 | 0.01 | 0.45 |
HSL | 340º | 0.01% | 0.54% | - |
HSV(B) | 340º | 0.02% | 0.55% | - |
XYZ | 23.97 | 24.9 | 27.21 | - |
YUV | 137.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 136 | 137 | 0 | 0.02 | 0.01 | 0.45 | 340 | 0.01 | 0.54 |
Hex | 8B | 88 | 89 | 0 | 2 | 1 | 2D | 154 | 1 | 36 |
Octal | 213 | 210 | 211 | 0 | 2 | 1 | 55 | 524 | 1 | 66 |
Binary | 10001011 | 10001000 | 10001001 | 0 | 10 | 1 | 101101 | 101010100 | 1 | 110110 |
Color Harmonies of #8B8889
Complementary color
Monochromatic Colors of #8B8889
Black with #8B8889
Text Example
Text Example
White with #8B8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8889; }
p { color: rgb(139,136,137); }
H1.HeaderClassName
{
color: #8B8889;
}
.AnyTagClassName
{
color: #8B8889;
}
</style>
background-color css
<style>
a { background-color: #8B8889; }
a { background-color: rgb(139,136,137); }
div.DivClassName
{
background-color: #8B8889;
}
.BgClassName
{
background-color: #8B8889;
}
</style>
border-color css
<style>
span { border-color: #8B8889; }
span { border-color: rgb(139,136,137); }
td.TdClassName
{
border-color: #8B8889;
}
.TagClassName
{
border-color: #8B8889;
}
</style>