#8E8588

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

Shades of Venus #8E8588

Tints of Venus #8E8588

Color information

#8E8588 (or 0x8E8588) is unknown color: approx Venus. HEX triplet: 8E, 85 and 88. RGB value is (142,133,136). Sum of RGB (Red+Green+Blue) = 142+133+136=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8588 is #717A77. Grayscale: #888888. Windows color (decimal): -7436920 or 8947086. OLE color: 8947086.

HSL color Cylindrical-coordinate representation of color #8E8588: hue angle of 340º 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 #8E8588 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB142133136-
CMYK00.060.040.44
HSL340º3.83%53.92%-
HSV(B)340º6.34%55.69%-
XYZ23.9924.326.72-
YUV136.03127.98132.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=34.55%
G=32.36%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213313600.060.040.443403.8353.92
Hex8E85880642C154436
Octal21620521006454524466
Binary1000111010000101100010000110100101100101010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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