#8F9893

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

Shades of Edward #8F9893

Tints of Edward #8F9893

Color information

#8F9893 (or 0x8F9893) is unknown color: approx Edward. HEX triplet: 8F, 98 and 93. RGB value is (143,152,147). Sum of RGB (Red+Green+Blue) = 143+152+147=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9893 is #70676C. Grayscale: #949494. Windows color (decimal): -7366509 or 9672847. OLE color: 9672847.

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

Color convert

RGB143152147-
CMYK0.0600.030.40
HSL146.67º4.19%57.84%-
HSV(B)146.67º5.92%59.61%-
XYZ27.8230.432.01-
YUV148.74127.02123.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.35%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=32.35%
G=34.39%
B=33.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1431521470.0600.030.40146.674.1957.84
Hex8F9893603289343a
Octal21723022360350223472
Binary10001111100110001001001111001110100010010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,152,147); }

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

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

 a { background-color: rgb(143,152,147); }

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

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

 span { border-color: rgb(143,152,147); }

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