Html Css Color HEX #796FDB Medium Slate Blue

📋 copy color: '#796FDB'

red 121 ◦ green 111 ◦ blue 219

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

Shades of Medium Slate Blue #796FDB

Tints of Medium Slate Blue #796FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.61%

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

R = 26.83%
G = 24.61%
B = 48.56%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#796FDB (or 0x796FDB) is known color: Medium Slate Blue. HEX triplet: 79, 6F and DB. RGB value is (121,111,219). Sum of RGB (Red+Green+Blue) = 121+111+219=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #796FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FDB is #869024. Grayscale: #7D7D7D. Windows color (decimal): -8818725 or 14380921. OLE color: 14380921.

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

Color convert

RGB 121 111 219 -
CMYK 0.45 0.49 0 0.14
HSL 245.56º 0.6% 0.65% -
HSV(B) 245.56º 0.49% 0.86% -
XYZ 26.36 20.55 69.59 -
YUV 126.3 180.31 124.22 -
System Red Green Blue C M Y K H S L
Decimal 121 111 219 0.45 0.49 0 0.14 245.56 0.6 0.65
Hex 79 6F DB 2D 31 0 E F6 3C 41
Octal 171 157 333 55 61 0 16 366 74 101
Binary 1111001 1101111 11011011 101101 110001 0 1110 11110110 111100 1000001

Color Harmonies of #796FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796FDB

Black with #796FDB

Text Example


Text Example

White with #796FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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