#8F8889

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

Shades of Venus #8F8889

Tints of Venus #8F8889

Color information

#8F8889 (or 0x8F8889) is unknown color: approx Venus. HEX triplet: 8F, 88 and 89. RGB value is (143,136,137). Sum of RGB (Red+Green+Blue) = 143+136+137=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8889 is #707776. Grayscale: #8A8A8A. Windows color (decimal): -7370615 or 9013391. OLE color: 9013391.

HSL color Cylindrical-coordinate representation of color #8F8889: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F8889 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB143136137-
CMYK00.050.040.44
HSL351.43º3.03%54.71%-
HSV(B)351.43º4.9%56.08%-
XYZ24.6525.2527.24-
YUV138.21127.32131.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.38%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=34.38%
G=32.69%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313613700.050.040.44351.433.0354.71
Hex8F88890542C15f337
Octal21721021105454537367
Binary100011111000100010001001010110010110010101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F8889; }

 p { color: rgb(143,136,137); }

 H1.HeaderClassName
 {
   color: #8F8889;
 }
 .AnyTagClassName
 {
   color: #8F8889;
 }
</style>
background-color css

<style>
 a { background-color: #8F8889; }

 a { background-color: rgb(143,136,137); }

 div.DivClassName
 {
   background-color: #8F8889;
 }
 .BgClassName
 {
   background-color: #8F8889;
 }
</style>
border-color css

<style>
 span { border-color: #8F8889; }

 span { border-color: rgb(143,136,137); }

 td.TdClassName
 {
   border-color: #8F8889;
 }
 .TagClassName
 {
   border-color: #8F8889;
 }
</style>