#796EDA

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

Shades of Medium Slate Blue #796EDA

Tints of Medium Slate Blue #796EDA

Color information

#796EDA (or 0x796EDA) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6E and DA. RGB value is (121,110,218). Sum of RGB (Red+Green+Blue) = 121+110+218=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #796EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EDA is #869125. Grayscale: #7D7D7D. Windows color (decimal): -8818982 or 14315129. OLE color: 14315129.

HSL color Cylindrical-coordinate representation of color #796EDA: hue angle of 246.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796EDA is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121110218-
CMYK0.440.5000.15
HSL246.11º59.34%64.31%-
HSV(B)246.11º49.54%85.49%-
XYZ26.1220.2868.87-
YUV125.6180.14124.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.95%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 218 (85.55% from 255) = 48.55%
R=26.95%
G=24.50%
B=48.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211102180.440.5000.15246.1159.3464.31
Hex796EDA2C320Ff63b40
Octal171156332546201736673100
Binary111100111011101101101010110011001001111111101101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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