Html Css Color HEX #796CDB Medium Slate Blue

📋 copy color: '#796CDB'

red 121 ◦ green 108 ◦ blue 219

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

Shades of Medium Slate Blue #796CDB

Tints of Medium Slate Blue #796CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.11%

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

R = 27.01%
G = 24.11%
B = 48.88%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#796CDB (or 0x796CDB) is known color: Medium Slate Blue. HEX triplet: 79, 6C and DB. RGB value is (121,108,219). Sum of RGB (Red+Green+Blue) = 121+108+219=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #796CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CDB is #869324. Grayscale: #7C7C7C. Windows color (decimal): -8819493 or 14380153. OLE color: 14380153.

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

Color convert

RGB 121 108 219 -
CMYK 0.45 0.51 0 0.14
HSL 247.03º 0.61% 0.64% -
HSV(B) 247.03º 0.51% 0.86% -
XYZ 26.03 19.9 69.49 -
YUV 124.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 121 108 219 0.45 0.51 0 0.14 247.03 0.61 0.64
Hex 79 6C DB 2D 33 0 E F7 3D 40
Octal 171 154 333 55 63 0 16 367 75 100
Binary 1111001 1101100 11011011 101101 110011 0 1110 11110111 111101 1000000

Color Harmonies of #796CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CDB

Black with #796CDB

Text Example


Text Example

White with #796CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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