#8A9890

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

Shades of Edward #8A9890

Tints of Edward #8A9890

Color information

#8A9890 (or 0x8A9890) is unknown color: approx Edward. HEX triplet: 8A, 98 and 90. RGB value is (138,152,144). Sum of RGB (Red+Green+Blue) = 138+152+144=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9890 is #75676F. Grayscale: #929292. Windows color (decimal): -7694192 or 9476234. OLE color: 9476234.

HSL color Cylindrical-coordinate representation of color #8A9890: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A9890 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB138152144-
CMYK0.0900.050.40
HSL145.71º6.36%56.86%-
HSV(B)145.71º9.21%59.61%-
XYZ26.7429.8730.74-
YUV146.9126.36121.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.80%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=31.80%
G=35.02%
B=33.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381521440.0900.050.40145.716.3656.86
Hex8A98909052892639
Octal212230220110550222671
Binary1000101010011000100100001001010110100010010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,152,144); }

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

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

 a { background-color: rgb(138,152,144); }

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

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

 span { border-color: rgb(138,152,144); }

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