#797EF7

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

Shades of Light Slate Blue #797EF7

Tints of Light Slate Blue #797EF7

Color information

#797EF7 (or 0x797EF7) is unknown color: approx Light Slate Blue. HEX triplet: 79, 7E and F7. RGB value is (121,126,247). Sum of RGB (Red+Green+Blue) = 121+126+247=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #797EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797EF7 is #868108. Grayscale: #898989. Windows color (decimal): -8814857 or 16219769. OLE color: 16219769.

HSL color Cylindrical-coordinate representation of color #797EF7: hue angle of 237.62º 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 #797EF7 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB121126247-
CMYK0.510.4900.03
HSL237.62º88.73%72.16%-
HSV(B)237.62º51.01%96.86%-
XYZ32.1325.791.26-
YUV138.3189.34115.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.49%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 247 (96.88% from 255) = 50%
R=24.49%
G=25.51%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1211262470.510.4900.03237.6288.7372.16
Hex797EF7333103ee5948
Octal171176367636103356131110
Binary11110011111110111101111100111100010111110111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797EF7; }

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

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

<style>
 a { background-color: #797EF7; }

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

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

<style>
 span { border-color: #797EF7; }

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

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