Html Css Color HEX #796EDB Medium Slate Blue

📋 copy color: '#796EDB'

red 121 ◦ green 110 ◦ blue 219

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

Shades of Medium Slate Blue #796EDB

Tints of Medium Slate Blue #796EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 26.89%
G = 24.44%
B = 48.67%

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

#796EDB (or 0x796EDB) is known color: Medium Slate Blue. HEX triplet: 79, 6E and DB. RGB value is (121,110,219). Sum of RGB (Red+Green+Blue) = 121+110+219=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #796EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EDB is #869124. Grayscale: #7D7D7D. Windows color (decimal): -8818981 or 14380665. OLE color: 14380665.

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

Color convert

RGB 121 110 219 -
CMYK 0.45 0.50 0 0.14
HSL 246.06º 0.6% 0.65% -
HSV(B) 246.06º 0.5% 0.86% -
XYZ 26.25 20.33 69.56 -
YUV 125.72 180.64 124.64 -
System Red Green Blue C M Y K H S L
Decimal 121 110 219 0.45 0.50 0 0.14 246.06 0.6 0.65
Hex 79 6E DB 2D 32 0 E F6 3C 41
Octal 171 156 333 55 62 0 16 366 74 101
Binary 1111001 1101110 11011011 101101 110010 0 1110 11110110 111100 1000001

Color Harmonies of #796EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796EDB

Black with #796EDB

Text Example


Text Example

White with #796EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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