#796EE0

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

Shades of Medium Slate Blue #796EE0

Tints of Medium Slate Blue #796EE0

Color information

#796EE0 (or 0x796EE0) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6E and E0. RGB value is (121,110,224). Sum of RGB (Red+Green+Blue) = 121+110+224=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #796EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EE0 is #86911F. Grayscale: #7D7D7D. Windows color (decimal): -8818976 or 14708345. OLE color: 14708345.

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

Color convert

RGB121110224-
CMYK0.460.5100.12
HSL245.79º64.77%65.49%-
HSV(B)245.79º50.89%87.84%-
XYZ26.9220.673.08-
YUV126.28183.14124.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.59%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 224 (87.89% from 255) = 49.23%
R=26.59%
G=24.18%
B=49.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1211102240.460.5100.12245.7964.7765.49
Hex796EE02E330Cf64141
Octal1711563405663014366101101
Binary1111001110111011100000101110110011011001111011010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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