#8E8587

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

Shades of Venus #8E8587

Tints of Venus #8E8587

Color information

#8E8587 (or 0x8E8587) is unknown color: approx Venus. HEX triplet: 8E, 85 and 87. RGB value is (142,133,135). Sum of RGB (Red+Green+Blue) = 142+133+135=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8587 is #717A78. Grayscale: #878787. Windows color (decimal): -7436921 or 8881550. OLE color: 8881550.

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

Color convert

RGB142133135-
CMYK00.060.050.44
HSL346.67º3.83%53.92%-
HSV(B)346.67º6.34%55.69%-
XYZ23.9224.2826.35-
YUV135.92127.48132.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=34.63%
G=32.44%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213313500.060.050.44346.673.8353.92
Hex8E85870652C15b436
Octal21620520706554533466
Binary1000111010000101100001110110101101100101011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,133,135); }

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

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

 a { background-color: rgb(142,133,135); }

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

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

 span { border-color: rgb(142,133,135); }

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