Html Css Color HEX #796DDB Medium Slate Blue

📋 copy color: '#796DDB'

red 121 ◦ green 109 ◦ blue 219

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

Shades of Medium Slate Blue #796DDB

Tints of Medium Slate Blue #796DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.28%

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

R = 26.95%
G = 24.28%
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

#796DDB (or 0x796DDB) is known color: Medium Slate Blue. HEX triplet: 79, 6D and DB. RGB value is (121,109,219). Sum of RGB (Red+Green+Blue) = 121+109+219=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #796DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DDB is #869224. Grayscale: #7C7C7C. Windows color (decimal): -8819237 or 14380409. OLE color: 14380409.

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

Color convert

RGB 121 109 219 -
CMYK 0.45 0.50 0 0.14
HSL 246.55º 0.6% 0.64% -
HSV(B) 246.55º 0.5% 0.86% -
XYZ 26.14 20.12 69.52 -
YUV 125.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 121 109 219 0.45 0.50 0 0.14 246.55 0.6 0.64
Hex 79 6D DB 2D 32 0 E F7 3C 40
Octal 171 155 333 55 62 0 16 367 74 100
Binary 1111001 1101101 11011011 101101 110010 0 1110 11110111 111100 1000000

Color Harmonies of #796DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DDB

Black with #796DDB

Text Example


Text Example

White with #796DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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