#8A8587

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

Shades of Venus #8A8587

Tints of Venus #8A8587

Color information

#8A8587 (or 0x8A8587) is unknown color: approx Venus. HEX triplet: 8A, 85 and 87. RGB value is (138,133,135). Sum of RGB (Red+Green+Blue) = 138+133+135=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8587 is #757A78. Grayscale: #868686. Windows color (decimal): -7699065 or 8881546. OLE color: 8881546.

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

Color convert

RGB138133135-
CMYK00.040.020.46
HSL336º2.09%53.14%-
HSV(B)336º3.62%54.12%-
XYZ23.2423.9326.32-
YUV134.72128.16130.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 135 (53.12% from 255) = 33.25%
R=33.99%
G=32.76%
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.46
SystemRedGreenBlueCMYKHSL
Decimal13813313500.040.020.463362.0953.14
Hex8A85870422E150235
Octal21220520704256520265
Binary10001010100001011000011101001010111010101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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