#796FDE

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

Shades of Medium Slate Blue #796FDE

Tints of Medium Slate Blue #796FDE

Color information

#796FDE (or 0x796FDE) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6F and DE. RGB value is (121,111,222). Sum of RGB (Red+Green+Blue) = 121+111+222=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #796FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FDE is #869021. Grayscale: #7E7E7E. Windows color (decimal): -8818722 or 14577529. OLE color: 14577529.

HSL color Cylindrical-coordinate representation of color #796FDE: hue angle of 245.41º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796FDE is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121111222-
CMYK0.450.500.13
HSL245.41º62.71%65.29%-
HSV(B)245.41º50%87.06%-
XYZ26.7520.7171.69-
YUV126.64181.81123.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.65%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 222 (87.11% from 255) = 48.90%
R=26.65%
G=24.45%
B=48.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211112220.450.500.13245.4162.7165.29
Hex796FDE2D320Df53f41
Octal171157336556201536577101
Binary111100111011111101111010110111001001101111101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,111,222); }

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

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

 a { background-color: rgb(121,111,222); }

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

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

 span { border-color: rgb(121,111,222); }

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