#8B8889

Color #8B8889 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #8B8889

Tints of Venus #8B8889

Color information

#8B8889 (or 0x8B8889) is unknown color: approx 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

RGB139136137-
CMYK00.020.010.45
HSL340º1.28%53.92%-
HSV(B)340º2.16%54.51%-
XYZ23.9724.927.21-
YUV137.01127.99129.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=33.74%
G=33.01%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913613700.020.010.453401.2853.92
Hex8B88890212D154136
Octal21321021102155524166
Binary10001011100010001000100101011011011010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>