Html Css Color HEX #796EDE Medium Slate Blue

📋 copy color: '#796EDE'

red 121 ◦ green 110 ◦ blue 222

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

Shades of Medium Slate Blue #796EDE

Tints of Medium Slate Blue #796EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 26.71%
G = 24.28%
B = 49.01%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#796EDE (or 0x796EDE) is known color: Medium Slate Blue. HEX triplet: 79, 6E and DE. RGB value is (121,110,222). Sum of RGB (Red+Green+Blue) = 121+110+222=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #796EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EDE is #869121. Grayscale: #7D7D7D. Windows color (decimal): -8818978 or 14577273. OLE color: 14577273.

HSL color Cylindrical-coordinate representation of color #796EDE: hue angle of 245.89º degrees, saturation: 0.63, 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 #796EDE is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 110 222 -
CMYK 0.45 0.50 0 0.13
HSL 245.89º 0.63% 0.65% -
HSV(B) 245.89º 0.5% 0.87% -
XYZ 26.65 20.49 71.66 -
YUV 126.06 182.14 124.39 -
System Red Green Blue C M Y K H S L
Decimal 121 110 222 0.45 0.50 0 0.13 245.89 0.63 0.65
Hex 79 6E DE 2D 32 0 D F6 3F 41
Octal 171 156 336 55 62 0 15 366 77 101
Binary 1111001 1101110 11011110 101101 110010 0 1101 11110110 111111 1000001

Color Harmonies of #796EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796EDE

Black with #796EDE

Text Example


Text Example

White with #796EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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