#796EED

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

Shades of Medium Slate Blue #796EED

Tints of Medium Slate Blue #796EED

Color information

#796EED (or 0x796EED) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6E and ED. RGB value is (121,110,237). Sum of RGB (Red+Green+Blue) = 121+110+237=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #796EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796EED is #869112. Grayscale: #7F7F7F. Windows color (decimal): -8818963 or 15560313. OLE color: 15560313.

HSL color Cylindrical-coordinate representation of color #796EED: hue angle of 245.2º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #796EED is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121110237-
CMYK0.490.5400.07
HSL245.2º77.91%68.04%-
HSV(B)245.2º53.59%92.94%-
XYZ28.7521.3382.72-
YUV127.77189.64123.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.85%
GREEN value IS 110 (43.36% from 255) = 23.50%
BLUE value IS 237 (92.97% from 255) = 50.64%
R=25.85%
G=23.50%
B=50.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211102370.490.5400.07245.277.9168.04
Hex796EED313607f54e44
Octal171156355616607365116104
Binary111100111011101110110111000111011001111111010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,110,237); }

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

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

 a { background-color: rgb(121,110,237); }

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

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

 span { border-color: rgb(121,110,237); }

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