Html Css Color HEX #796EDC Medium Slate Blue

📋 copy color: '#796EDC'

red 121 ◦ green 110 ◦ blue 220

#796EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #796EDC

Tints of Medium Slate Blue #796EDC

RGB

 RED value IS 121 (47.66% from 255) = 26.83%

 GREEN value IS 110 (43.36% from 255) = 24.39%

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 26.83%
G = 24.39%
B = 48.78%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#796EDC (or 0x796EDC) is known color: Medium Slate Blue. HEX triplet: 79, 6E and DC. RGB value is (121,110,220). Sum of RGB (Red+Green+Blue) = 121+110+220=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #796EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EDC is #869123. Grayscale: #7D7D7D. Windows color (decimal): -8818980 or 14446201. OLE color: 14446201.

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

Color convert

RGB 121 110 220 -
CMYK 0.45 0.50 0 0.14
HSL 246º 0.61% 0.65% -
HSV(B) 246º 0.5% 0.86% -
XYZ 26.38 20.38 70.25 -
YUV 125.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 121 110 220 0.45 0.50 0 0.14 246 0.61 0.65
Hex 79 6E DC 2D 32 0 E F6 3D 41
Octal 171 156 334 55 62 0 16 366 75 101
Binary 1111001 1101110 11011100 101101 110010 0 1110 11110110 111101 1000001

Color Harmonies of #796EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796EDC

Black with #796EDC

Text Example


Text Example

White with #796EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #796EDC;
 }
 .AnyTagClassName
 {
   color: #796EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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