#7E8790

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

Shades of Light Slate Grey #7E8790

Tints of Light Slate Grey #7E8790

Color information

#7E8790 (or 0x7E8790) is unknown color: approx Light Slate Grey. HEX triplet: 7E, 87 and 90. RGB value is (126,135,144). Sum of RGB (Red+Green+Blue) = 126+135+144=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E8790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8790 is #81786F. Grayscale: #858585. Windows color (decimal): -8484976 or 9471870. OLE color: 9471870.

HSL color Cylindrical-coordinate representation of color #7E8790: hue angle of 210º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E8790 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB126135144-
CMYK0.120.0600.44
HSL210º7.5%52.94%-
HSV(B)210º12.5%56.47%-
XYZ22.323.7829.8-
YUV133.33134.02122.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.11%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=31.11%
G=33.33%
B=35.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261351440.120.0600.442107.552.94
Hex7E8790C602Cd2835
Octal1762072201460543221065
Binary1111110100001111001000011001100101100110100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,135,144); }

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

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

 a { background-color: rgb(126,135,144); }

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

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

 span { border-color: rgb(126,135,144); }

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