#7C77F8

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

Shades of Light Slate Blue #7C77F8

Tints of Light Slate Blue #7C77F8

Color information

#7C77F8 (or 0x7C77F8) is unknown color: approx Light Slate Blue. HEX triplet: 7C, 77 and F8. RGB value is (124,119,248). Sum of RGB (Red+Green+Blue) = 124+119+248=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #7C77F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C77F8 is #838807. Grayscale: #868686. Windows color (decimal): -8620040 or 16283516. OLE color: 16283516.

HSL color Cylindrical-coordinate representation of color #7C77F8: hue angle of 242.33º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C77F8 is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB124119248-
CMYK0.50.5200.03
HSL242.33º90.21%71.96%-
HSV(B)242.33º52.02%97.25%-
XYZ31.8524.2691.81-
YUV135.2191.66120.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.25%
GREEN value IS 119 (46.88% from 255) = 24.24%
BLUE value IS 248 (97.27% from 255) = 50.51%
R=25.25%
G=24.24%
B=50.51%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1241192480.50.5200.03242.3390.2171.96
Hex7C77F8323403f25a48
Octal174167370626403362132110
Binary11111001110111111110001100101101000111111001010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C77F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,119,248); }

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

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

 a { background-color: rgb(124,119,248); }

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

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

 span { border-color: rgb(124,119,248); }

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