Html Css Color HEX #796BDB Medium Slate Blue

📋 copy color: '#796BDB'

red 121 ◦ green 107 ◦ blue 219

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

Shades of Medium Slate Blue #796BDB

Tints of Medium Slate Blue #796BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

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

R = 27.07%
G = 23.94%
B = 48.99%

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

#796BDB (or 0x796BDB) is known color: Medium Slate Blue. HEX triplet: 79, 6B and DB. RGB value is (121,107,219). Sum of RGB (Red+Green+Blue) = 121+107+219=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #796BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BDB is #869424. Grayscale: #7B7B7B. Windows color (decimal): -8819749 or 14379897. OLE color: 14379897.

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

Color convert

RGB 121 107 219 -
CMYK 0.45 0.51 0 0.14
HSL 247.5º 0.61% 0.64% -
HSV(B) 247.5º 0.51% 0.86% -
XYZ 25.93 19.69 69.45 -
YUV 123.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 121 107 219 0.45 0.51 0 0.14 247.5 0.61 0.64
Hex 79 6B DB 2D 33 0 E F8 3D 40
Octal 171 153 333 55 63 0 16 370 75 100
Binary 1111001 1101011 11011011 101101 110011 0 1110 11111000 111101 1000000

Color Harmonies of #796BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BDB

Black with #796BDB

Text Example


Text Example

White with #796BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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