#7D8496

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

Shades of Light Slate Grey #7D8496

Tints of Light Slate Grey #7D8496

Color information

#7D8496 (or 0x7D8496) is unknown color: approx Light Slate Grey. HEX triplet: 7D, 84 and 96. RGB value is (125,132,150). Sum of RGB (Red+Green+Blue) = 125+132+150=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D8496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8496 is #827B69. Grayscale: #838383. Windows color (decimal): -8551274 or 9864317. OLE color: 9864317.

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

Color convert

RGB125132150-
CMYK0.170.1200.41
HSL223.2º10.64%53.92%-
HSV(B)223.2º16.67%58.82%-
XYZ22.2123.0632.14-
YUV131.96138.18123.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.71%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=30.71%
G=32.43%
B=36.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1251321500.170.1200.41223.210.6453.92
Hex7D849611C029dfb36
Octal17520422621140513371366
Binary111110110000100100101101000111000101001110111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,132,150); }

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

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

 a { background-color: rgb(125,132,150); }

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

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

 span { border-color: rgb(125,132,150); }

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