#8E8A8B

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

Shades of Venus #8E8A8B

Tints of Venus #8E8A8B

Color information

#8E8A8B (or 0x8E8A8B) is unknown color: approx Venus. HEX triplet: 8E, 8A and 8B. RGB value is (142,138,139). Sum of RGB (Red+Green+Blue) = 142+138+139=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8A8B is #717574. Grayscale: #8B8B8B. Windows color (decimal): -7435637 or 9144974. OLE color: 9144974.

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

Color convert

RGB142138139-
CMYK00.030.020.44
HSL345º1.74%54.9%-
HSV(B)345º2.82%55.69%-
XYZ24.925.7928.09-
YUV139.31127.83129.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=33.89%
G=32.94%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213813900.030.020.443451.7454.9
Hex8E8A8B0322C159237
Octal21621221303254531267
Binary1000111010001010100010110111010110010101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,138,139); }

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

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

 a { background-color: rgb(142,138,139); }

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

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

 span { border-color: rgb(142,138,139); }

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