#796AE0

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

Shades of Medium Slate Blue #796AE0

Tints of Medium Slate Blue #796AE0

Color information

#796AE0 (or 0x796AE0) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6A and E0. RGB value is (121,106,224). Sum of RGB (Red+Green+Blue) = 121+106+224=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #796AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796AE0 is #86951F. Grayscale: #7B7B7B. Windows color (decimal): -8820000 or 14707321. OLE color: 14707321.

HSL color Cylindrical-coordinate representation of color #796AE0: hue angle of 247.63º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #796AE0 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121106224-
CMYK0.460.5300.12
HSL247.63º65.56%64.71%-
HSV(B)247.63º52.68%87.84%-
XYZ26.4919.7572.94-
YUV123.94184.47125.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.83%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 224 (87.89% from 255) = 49.67%
R=26.83%
G=23.50%
B=49.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1211062240.460.5300.12247.6365.5664.71
Hex796AE02E350Cf84241
Octal1711523405665014370102101
Binary1111001110101011100000101110110101011001111100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,106,224); }

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

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

 a { background-color: rgb(121,106,224); }

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

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

 span { border-color: rgb(121,106,224); }

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