#7E8796

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

Shades of Light Slate Grey #7E8796

Tints of Light Slate Grey #7E8796

Color information

#7E8796 (or 0x7E8796) is unknown color: approx Light Slate Grey. HEX triplet: 7E, 87 and 96. RGB value is (126,135,150). Sum of RGB (Red+Green+Blue) = 126+135+150=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E8796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8796 is #817869. Grayscale: #858585. Windows color (decimal): -8484970 or 9865086. OLE color: 9865086.

HSL color Cylindrical-coordinate representation of color #7E8796: hue angle of 217.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E8796 is Cyan = 0.16, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB126135150-
CMYK0.160.100.41
HSL217.5º10.26%54.12%-
HSV(B)217.5º16%58.82%-
XYZ22.7723.9732.28-
YUV134.02137.02122.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.66%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=30.66%
G=32.85%
B=36.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1261351500.160.100.41217.510.2654.12
Hex7E879610A029d9a36
Octal17620722620120513311266
Binary111111010000111100101101000010100101001110110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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