Html Css Color HEX #796AED Medium Slate Blue

📋 copy color: '#796AED'

red 121 ◦ green 106 ◦ blue 237

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

Shades of Medium Slate Blue #796AED

Tints of Medium Slate Blue #796AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 26.08%
G = 22.84%
B = 51.08%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#796AED (or 0x796AED) is known color: Medium Slate Blue. HEX triplet: 79, 6A and ED. RGB value is (121,106,237). Sum of RGB (Red+Green+Blue) = 121+106+237=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #796AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796AED is #869512. Grayscale: #7C7C7C. Windows color (decimal): -8819987 or 15559289. OLE color: 15559289.

HSL color Cylindrical-coordinate representation of color #796AED: hue angle of 246.87º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #796AED is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 106 237 -
CMYK 0.49 0.55 0 0.07
HSL 246.87º 0.78% 0.67% -
HSV(B) 246.87º 0.55% 0.93% -
XYZ 28.33 20.49 82.58 -
YUV 125.42 190.97 124.85 -
System Red Green Blue C M Y K H S L
Decimal 121 106 237 0.49 0.55 0 0.07 246.87 0.78 0.67
Hex 79 6A ED 31 37 0 7 F7 4E 43
Octal 171 152 355 61 67 0 7 367 116 103
Binary 1111001 1101010 11101101 110001 110111 0 111 11110111 1001110 1000011

Color Harmonies of #796AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796AED

Black with #796AED

Text Example


Text Example

White with #796AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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