#7C8390

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

Shades of Light Slate Grey #7C8390

Tints of Light Slate Grey #7C8390

Color information

#7C8390 (or 0x7C8390) is unknown color: approx Light Slate Grey. HEX triplet: 7C, 83 and 90. RGB value is (124,131,144). Sum of RGB (Red+Green+Blue) = 124+131+144=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C8390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8390 is #837C6F. Grayscale: #828282. Windows color (decimal): -8617072 or 9470844. OLE color: 9470844.

HSL color Cylindrical-coordinate representation of color #7C8390: hue angle of 219º 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 #7C8390 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB124131144-
CMYK0.140.0900.44
HSL219º8.26%52.55%-
HSV(B)219º13.89%56.47%-
XYZ21.4622.5329.6-
YUV130.39135.68123.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=31.08%
G=32.83%
B=36.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241311440.140.0900.442198.2652.55
Hex7C8390E902Cdb835
Octal17420322016110543331065
Binary11111001000001110010000111010010101100110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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