Html Css Color HEX #796ADA Medium Slate Blue

📋 copy color: '#796ADA'

red 121 ◦ green 106 ◦ blue 218

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

Shades of Medium Slate Blue #796ADA

Tints of Medium Slate Blue #796ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.82%

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 27.19%
G = 23.82%
B = 48.99%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#796ADA (or 0x796ADA) is known color: Medium Slate Blue. HEX triplet: 79, 6A and DA. RGB value is (121,106,218). Sum of RGB (Red+Green+Blue) = 121+106+218=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #796ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ADA is #869525. Grayscale: #7A7A7A. Windows color (decimal): -8820006 or 14314105. OLE color: 14314105.

HSL color Cylindrical-coordinate representation of color #796ADA: hue angle of 248.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #796ADA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 106 218 -
CMYK 0.44 0.51 0 0.15
HSL 248.04º 0.6% 0.64% -
HSV(B) 248.04º 0.51% 0.85% -
XYZ 25.69 19.43 68.73 -
YUV 123.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 121 106 218 0.44 0.51 0 0.15 248.04 0.6 0.64
Hex 79 6A DA 2C 33 0 F F8 3C 40
Octal 171 152 332 54 63 0 17 370 74 100
Binary 1111001 1101010 11011010 101100 110011 0 1111 11111000 111100 1000000

Color Harmonies of #796ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796ADA

Black with #796ADA

Text Example


Text Example

White with #796ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,106,218); }

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

background-color css

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

 a { background-color: rgb(121,106,218); }

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

border-color css

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

 span { border-color: rgb(121,106,218); }

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