Html Css Color HEX #796DEA Medium Slate Blue

📋 copy color: '#796DEA'

red 121 ◦ green 109 ◦ blue 234

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

Shades of Medium Slate Blue #796DEA

Tints of Medium Slate Blue #796DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 26.08%
G = 23.49%
B = 50.43%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#796DEA (or 0x796DEA) is known color: Medium Slate Blue. HEX triplet: 79, 6D and EA. RGB value is (121,109,234). Sum of RGB (Red+Green+Blue) = 121+109+234=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #796DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796DEA is #869215. Grayscale: #7E7E7E. Windows color (decimal): -8819222 or 15363449. OLE color: 15363449.

HSL color Cylindrical-coordinate representation of color #796DEA: hue angle of 245.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #796DEA is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 109 234 -
CMYK 0.48 0.53 0 0.08
HSL 245.76º 0.75% 0.67% -
HSV(B) 245.76º 0.53% 0.92% -
XYZ 28.21 20.94 80.4 -
YUV 126.84 188.48 123.84 -
System Red Green Blue C M Y K H S L
Decimal 121 109 234 0.48 0.53 0 0.08 245.76 0.75 0.67
Hex 79 6D EA 30 35 0 8 F6 4B 43
Octal 171 155 352 60 65 0 10 366 113 103
Binary 1111001 1101101 11101010 110000 110101 0 1000 11110110 1001011 1000011

Color Harmonies of #796DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DEA

Black with #796DEA

Text Example


Text Example

White with #796DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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