#796DE1

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

Shades of Medium Slate Blue #796DE1

Tints of Medium Slate Blue #796DE1

Color information

#796DE1 (or 0x796DE1) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6D and E1. RGB value is (121,109,225). Sum of RGB (Red+Green+Blue) = 121+109+225=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #796DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DE1 is #86921E. Grayscale: #7D7D7D. Windows color (decimal): -8819231 or 14773625. OLE color: 14773625.

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

Color convert

RGB121109225-
CMYK0.460.5200.12
HSL246.21º65.91%65.49%-
HSV(B)246.21º51.56%88.24%-
XYZ26.9420.4473.76-
YUV125.81183.98124.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.59%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 225 (88.28% from 255) = 49.45%
R=26.59%
G=23.96%
B=49.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1211092250.460.5200.12246.2165.9165.49
Hex796DE12E340Cf64241
Octal1711553415664014366102101
Binary1111001110110111100001101110110100011001111011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,109,225); }

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

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

 a { background-color: rgb(121,109,225); }

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

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

 span { border-color: rgb(121,109,225); }

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