#796CDC

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

Shades of Medium Slate Blue #796CDC

Tints of Medium Slate Blue #796CDC

Color information

#796CDC (or 0x796CDC) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6C and DC. RGB value is (121,108,220). Sum of RGB (Red+Green+Blue) = 121+108+220=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #796CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CDC is #869323. Grayscale: #7C7C7C. Windows color (decimal): -8819492 or 14445689. OLE color: 14445689.

HSL color Cylindrical-coordinate representation of color #796CDC: hue angle of 246.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #796CDC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121108220-
CMYK0.450.5100.14
HSL246.96º61.54%64.31%-
HSV(B)246.96º50.91%86.27%-
XYZ26.1719.9670.18-
YUV124.65181.81125.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.95%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 220 (86.33% from 255) = 49.00%
R=26.95%
G=24.05%
B=49.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211082200.450.5100.14246.9661.5464.31
Hex796CDC2D330Ef73e40
Octal171154334556301636776100
Binary111100111011001101110010110111001101110111101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,108,220); }

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

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

 a { background-color: rgb(121,108,220); }

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

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

 span { border-color: rgb(121,108,220); }

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