#7C8490

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

Shades of Light Slate Grey #7C8490

Tints of Light Slate Grey #7C8490

Color information

#7C8490 (or 0x7C8490) is unknown color: approx Light Slate Grey. HEX triplet: 7C, 84 and 90. RGB value is (124,132,144). Sum of RGB (Red+Green+Blue) = 124+132+144=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C8490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8490 is #837B6F. Grayscale: #828282. Windows color (decimal): -8616816 or 9471100. OLE color: 9471100.

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

Color convert

RGB124132144-
CMYK0.140.0800.44
HSL216º8.26%52.55%-
HSV(B)216º13.89%56.47%-
XYZ21.622.829.65-
YUV130.98135.35123.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 144 (56.64% from 255) = 36%
R=31%
G=33%
B=36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241321440.140.0800.442168.2652.55
Hex7C8490E802Cd8835
Octal17420422016100543301065
Binary11111001000010010010000111010000101100110110001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,132,144); }

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

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

 a { background-color: rgb(124,132,144); }

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

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

 span { border-color: rgb(124,132,144); }

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