#796FDD

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

Shades of Medium Slate Blue #796FDD

Tints of Medium Slate Blue #796FDD

Color information

#796FDD (or 0x796FDD) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6F and DD. RGB value is (121,111,221). Sum of RGB (Red+Green+Blue) = 121+111+221=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #796FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FDD is #869022. Grayscale: #7E7E7E. Windows color (decimal): -8818723 or 14511993. OLE color: 14511993.

HSL color Cylindrical-coordinate representation of color #796FDD: hue angle of 245.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796FDD is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121111221-
CMYK0.450.5000.13
HSL245.45º61.8%65.1%-
HSV(B)245.45º49.77%86.67%-
XYZ26.6220.6570.99-
YUV126.53181.31124.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.71%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=26.71%
G=24.50%
B=48.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211112210.450.5000.13245.4561.865.1
Hex796FDD2D320Df53e41
Octal171157335556201536576101
Binary111100111011111101110110110111001001101111101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,111,221); }

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

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

 a { background-color: rgb(121,111,221); }

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

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

 span { border-color: rgb(121,111,221); }

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