#8F8489

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

Shades of Venus #8F8489

Tints of Venus #8F8489

Color information

#8F8489 (or 0x8F8489) is unknown color: approx Venus. HEX triplet: 8F, 84 and 89. RGB value is (143,132,137). Sum of RGB (Red+Green+Blue) = 143+132+137=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8489 is #707B76. Grayscale: #878787. Windows color (decimal): -7371639 or 9012367. OLE color: 9012367.

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

Color convert

RGB143132137-
CMYK00.080.040.44
HSL332.73º4.68%53.92%-
HSV(B)332.73º7.69%56.08%-
XYZ24.0924.1527.06-
YUV135.86128.64133.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.71%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=34.71%
G=32.04%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313213700.080.040.44332.734.6853.92
Hex8F84890842C14d536
Octal217204211010454515566
Binary10001111100001001000100101000100101100101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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