#8B9991

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

Shades of Edward #8B9991

Tints of Edward #8B9991

Color information

#8B9991 (or 0x8B9991) is unknown color: approx Edward. HEX triplet: 8B, 99 and 91. RGB value is (139,153,145). Sum of RGB (Red+Green+Blue) = 139+153+145=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9991 is #74666E. Grayscale: #939393. Windows color (decimal): -7628399 or 9542027. OLE color: 9542027.

HSL color Cylindrical-coordinate representation of color #8B9991: 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 #8B9991 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB139153145-
CMYK0.0900.050.4
HSL145.71º6.42%57.25%-
HSV(B)145.71º9.15%60%-
XYZ27.1530.3231.21-
YUV147.9126.36121.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 145 (57.03% from 255) = 33.18%
R=31.81%
G=35.01%
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.4
SystemRedGreenBlueCMYKHSL
Decimal1391531450.0900.050.4145.716.4257.25
Hex8B99919052892639
Octal213231221110550222671
Binary1000101110011001100100011001010110100010010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,153,145); }

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

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

 a { background-color: rgb(139,153,145); }

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

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

 span { border-color: rgb(139,153,145); }

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