Html Css Color HEX #796DDD Medium Slate Blue

📋 copy color: '#796DDD'

red 121 ◦ green 109 ◦ blue 221

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

Shades of Medium Slate Blue #796DDD

Tints of Medium Slate Blue #796DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 26.83%
G = 24.17%
B = 49%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#796DDD (or 0x796DDD) is known color: Medium Slate Blue. HEX triplet: 79, 6D and DD. RGB value is (121,109,221). Sum of RGB (Red+Green+Blue) = 121+109+221=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #796DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DDD is #869222. Grayscale: #7C7C7C. Windows color (decimal): -8819235 or 14511481. OLE color: 14511481.

HSL color Cylindrical-coordinate representation of color #796DDD: hue angle of 246.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #796DDD is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 109 221 -
CMYK 0.45 0.51 0 0.13
HSL 246.43º 0.62% 0.65% -
HSV(B) 246.43º 0.51% 0.87% -
XYZ 26.4 20.22 70.92 -
YUV 125.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 121 109 221 0.45 0.51 0 0.13 246.43 0.62 0.65
Hex 79 6D DD 2D 33 0 D F6 3E 41
Octal 171 155 335 55 63 0 15 366 76 101
Binary 1111001 1101101 11011101 101101 110011 0 1101 11110110 111110 1000001

Color Harmonies of #796DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DDD

Black with #796DDD

Text Example


Text Example

White with #796DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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