Html Css Color HEX #796AD9 Medium Slate Blue

📋 copy color: '#796AD9'

red 121 ◦ green 106 ◦ blue 217

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

Shades of Medium Slate Blue #796AD9

Tints of Medium Slate Blue #796AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.87%

R = 27.25%
G = 23.87%
B = 48.87%

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

#796AD9 (or 0x796AD9) is known color: Medium Slate Blue. HEX triplet: 79, 6A and D9. RGB value is (121,106,217). Sum of RGB (Red+Green+Blue) = 121+106+217=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #796AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796AD9 is #869526. Grayscale: #7A7A7A. Windows color (decimal): -8820007 or 14248569. OLE color: 14248569.

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

Color convert

RGB 121 106 217 -
CMYK 0.44 0.51 0 0.15
HSL 248.11º 0.59% 0.63% -
HSV(B) 248.11º 0.51% 0.85% -
XYZ 25.56 19.38 68.04 -
YUV 123.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 121 106 217 0.44 0.51 0 0.15 248.11 0.59 0.63
Hex 79 6A D9 2C 33 0 F F8 3B 3F
Octal 171 152 331 54 63 0 17 370 73 77
Binary 1111001 1101010 11011001 101100 110011 0 1111 11111000 111011 111111

Color Harmonies of #796AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796AD9

Black with #796AD9

Text Example


Text Example

White with #796AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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