#796ADF

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

Shades of Medium Slate Blue #796ADF

Tints of Medium Slate Blue #796ADF

Color information

#796ADF (or 0x796ADF) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6A and DF. RGB value is (121,106,223). Sum of RGB (Red+Green+Blue) = 121+106+223=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #796ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ADF is #869520. Grayscale: #7B7B7B. Windows color (decimal): -8820001 or 14641785. OLE color: 14641785.

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

Color convert

RGB121106223-
CMYK0.460.5200.13
HSL247.69º64.64%64.51%-
HSV(B)247.69º52.47%87.45%-
XYZ26.3619.772.23-
YUV123.82183.97125.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.89%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 223 (87.5% from 255) = 49.56%
R=26.89%
G=23.56%
B=49.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211062230.460.5200.13247.6964.6464.51
Hex796ADF2E340Df84141
Octal1711523375664015370101101
Binary1111001110101011011111101110110100011011111100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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