#797CF3

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

Shades of Light Slate Blue #797CF3

Tints of Light Slate Blue #797CF3

Color information

#797CF3 (or 0x797CF3) is unknown color: approx Light Slate Blue. HEX triplet: 79, 7C and F3. RGB value is (121,124,243). Sum of RGB (Red+Green+Blue) = 121+124+243=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #797CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797CF3 is #86830C. Grayscale: #888888. Windows color (decimal): -8815373 or 15957113. OLE color: 15957113.

HSL color Cylindrical-coordinate representation of color #797CF3: hue angle of 238.52º degrees, saturation: 0.84, 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 #797CF3 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121124243-
CMYK0.500.4900.05
HSL238.52º83.56%71.37%-
HSV(B)238.52º50.21%95.29%-
XYZ31.2724.9587.96-
YUV136.67188.01116.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.80%
GREEN value IS 124 (48.83% from 255) = 25.41%
BLUE value IS 243 (95.31% from 255) = 49.80%
R=24.80%
G=25.41%
B=49.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211242430.500.4900.05238.5283.5671.37
Hex797CF3323105ef5447
Octal171174363626105357124107
Binary111100111111001111001111001011000101011110111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,124,243); }

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

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

 a { background-color: rgb(121,124,243); }

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

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

 span { border-color: rgb(121,124,243); }

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