#796CF6

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

Shades of Medium Slate Blue #796CF6

Tints of Medium Slate Blue #796CF6

Color information

#796CF6 (or 0x796CF6) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6C and F6. RGB value is (121,108,246). Sum of RGB (Red+Green+Blue) = 121+108+246=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #796CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796CF6 is #869309. Grayscale: #7F7F7F. Windows color (decimal): -8819466 or 16149625. OLE color: 16149625.

HSL color Cylindrical-coordinate representation of color #796CF6: hue angle of 245.65º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #796CF6 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121108246-
CMYK0.510.5600.04
HSL245.65º88.46%69.41%-
HSV(B)245.65º56.1%96.47%-
XYZ29.8821.4489.75-
YUV127.62194.81123.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.47%
GREEN value IS 108 (42.58% from 255) = 22.74%
BLUE value IS 246 (96.48% from 255) = 51.79%
R=25.47%
G=22.74%
B=51.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1211082460.510.5600.04245.6588.4669.41
Hex796CF6333804f65845
Octal171154366637004366130105
Binary111100111011001111011011001111100001001111011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796CF6; }

 p { color: rgb(121,108,246); }

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

<style>
 a { background-color: #796CF6; }

 a { background-color: rgb(121,108,246); }

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

<style>
 span { border-color: #796CF6; }

 span { border-color: rgb(121,108,246); }

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