#8C8789

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

Shades of Venus #8C8789

Tints of Venus #8C8789

Color information

#8C8789 (or 0x8C8789) is unknown color: approx Venus. HEX triplet: 8C, 87 and 89. RGB value is (140,135,137). Sum of RGB (Red+Green+Blue) = 140+135+137=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8789 is #737876. Grayscale: #888888. Windows color (decimal): -7567479 or 9013132. OLE color: 9013132.

HSL color Cylindrical-coordinate representation of color #8C8789: hue angle of 336º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8C8789 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB140135137-
CMYK00.040.020.45
HSL336º2.13%53.92%-
HSV(B)336º3.57%54.9%-
XYZ23.9924.7127.17-
YUV136.72128.16130.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.98%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=33.98%
G=32.77%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013513700.040.020.453362.1353.92
Hex8C87890422D150236
Octal21420721104255520266
Binary10001100100001111000100101001010110110101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,135,137); }

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

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

 a { background-color: rgb(140,135,137); }

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

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

 span { border-color: rgb(140,135,137); }

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