#797AF2

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

Shades of Medium Slate Blue #797AF2

Tints of Medium Slate Blue #797AF2

Color information

#797AF2 (or 0x797AF2) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 7A and F2. RGB value is (121,122,242). Sum of RGB (Red+Green+Blue) = 121+122+242=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #797AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797AF2 is #86850D. Grayscale: #868686. Windows color (decimal): -8815886 or 15891065. OLE color: 15891065.

HSL color Cylindrical-coordinate representation of color #797AF2: hue angle of 239.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #797AF2 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121122242-
CMYK0.500.5000.05
HSL239.5º82.31%71.18%-
HSV(B)239.5º50%94.9%-
XYZ30.8724.3987.09-
YUV135.38188.17117.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 242 (94.92% from 255) = 49.90%
R=24.95%
G=25.15%
B=49.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211222420.500.5000.05239.582.3171.18
Hex797AF2323205f05247
Octal171172362626205360122107
Binary111100111110101111001011001011001001011111000010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,122,242); }

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

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

 a { background-color: rgb(121,122,242); }

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

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

 span { border-color: rgb(121,122,242); }

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