#7E8893

Color #7E8893 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #7E8893

Tints of Light Slate Grey #7E8893

Color information

#7E8893 (or 0x7E8893) is unknown color: approx Light Slate Grey. HEX triplet: 7E, 88 and 93. RGB value is (126,136,147). Sum of RGB (Red+Green+Blue) = 126+136+147=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E8893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8893 is #81776C. Grayscale: #868686. Windows color (decimal): -8484717 or 9668734. OLE color: 9668734.

HSL color Cylindrical-coordinate representation of color #7E8893: hue angle of 211.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E8893 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB126136147-
CMYK0.140.0700.42
HSL211.43º8.86%53.53%-
HSV(B)211.43º14.29%57.65%-
XYZ22.6724.1531.07-
YUV134.26135.19122.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.81%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=30.81%
G=33.25%
B=35.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261361470.140.0700.42211.438.8653.53
Hex7E8893E702Ad3936
Octal1762102231670523231166
Binary1111110100010001001001111101110101010110100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E8893; }

 p { color: rgb(126,136,147); }

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

<style>
 a { background-color: #7E8893; }

 a { background-color: rgb(126,136,147); }

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

<style>
 span { border-color: #7E8893; }

 span { border-color: rgb(126,136,147); }

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