#7C8897

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

Shades of Light Slate Grey #7C8897

Tints of Light Slate Grey #7C8897

Color information

#7C8897 (or 0x7C8897) is unknown color: approx Light Slate Grey. HEX triplet: 7C, 88 and 97. RGB value is (124,136,151). Sum of RGB (Red+Green+Blue) = 124+136+151=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 151 - color contains mainly: blue. Hex color #7C8897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8897 is #837768. Grayscale: #868686. Windows color (decimal): -8615785 or 9930876. OLE color: 9930876.

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

Color convert

RGB124136151-
CMYK0.180.1000.41
HSL213.33º11.49%53.92%-
HSV(B)213.33º17.88%59.22%-
XYZ22.724.1332.74-
YUV134.12137.52120.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.17%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 151 (59.38% from 255) = 36.74%
R=30.17%
G=33.09%
B=36.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1241361510.180.1000.41213.3311.4953.92
Hex7C889712A029d5b36
Octal17421022722120513251366
Binary111110010001000100101111001010100101001110101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,136,151); }

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

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

 a { background-color: rgb(124,136,151); }

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

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

 span { border-color: rgb(124,136,151); }

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