#8C898A

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

Shades of Venus #8C898A

Tints of Venus #8C898A

Color information

#8C898A (or 0x8C898A) is unknown color: approx Venus. HEX triplet: 8C, 89 and 8A. RGB value is (140,137,138). Sum of RGB (Red+Green+Blue) = 140+137+138=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 140 - color contains mainly: red. Hex color #8C898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C898A is #737675. Grayscale: #8A8A8A. Windows color (decimal): -7566966 or 9079180. OLE color: 9079180.

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

Color convert

RGB140137138-
CMYK00.020.010.45
HSL340º1.29%54.31%-
HSV(B)340º2.14%54.9%-
XYZ24.3525.327.65-
YUV138.01127.99129.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=33.73%
G=33.01%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013713800.020.010.453401.2954.31
Hex8C898A0212D154136
Octal21421121202155524166
Binary10001100100010011000101001011011011010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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