#7C838F

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

Shades of Light Slate Grey #7C838F

Tints of Light Slate Grey #7C838F

Color information

#7C838F (or 0x7C838F) is unknown color: approx Light Slate Grey. HEX triplet: 7C, 83 and 8F. RGB value is (124,131,143). Sum of RGB (Red+Green+Blue) = 124+131+143=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C838F is #837C70. Grayscale: #828282. Windows color (decimal): -8617073 or 9405308. OLE color: 9405308.

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

Color convert

RGB124131143-
CMYK0.130.0800.44
HSL217.89º7.82%52.35%-
HSV(B)217.89º13.29%56.08%-
XYZ21.3922.529.2-
YUV130.27135.18123.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=31.16%
G=32.91%
B=35.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241311430.130.0800.44217.897.8252.35
Hex7C838FD802Cda834
Octal17420321715100543321064
Binary11111001000001110001111110110000101100110110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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