#7879f7

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

Shades of Light Slate Blue #7879F7

Tints of Light Slate Blue #7879F7

Color information

#7879F7 (or 0x7879F7) is unknown color: approx Light Slate Blue. HEX triplet: 78, 79 and F7. RGB value is (120,121,247). Sum of RGB (Red+Green+Blue) = 120+121+247=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #7879F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7879F7 is #878608. Grayscale: #868686. Windows color (decimal): -8881673 or 16218488. OLE color: 16218488.

HSL color Cylindrical-coordinate representation of color #7879F7: hue angle of 239.53º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7879F7 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB120121247-
CMYK0.510.5100.03
HSL239.53º88.81%71.96%-
HSV(B)239.53º51.42%96.86%-
XYZ31.3724.3891.05-
YUV135.06191.17117.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.59%
GREEN value IS 121 (47.66% from 255) = 24.80%
BLUE value IS 247 (96.88% from 255) = 50.61%
R=24.59%
G=24.80%
B=50.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1201212470.510.5100.03239.5388.8171.96
Hex7879F7333303f05948
Octal170171367636303360131110
Binary11110001111001111101111100111100110111111000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7879f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7879f7; }

 p { color: rgb(120,121,247); }

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

<style>
 a { background-color: #7879f7; }

 a { background-color: rgb(120,121,247); }

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

<style>
 span { border-color: #7879f7; }

 span { border-color: rgb(120,121,247); }

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