Html Css Color HEX #796CEA Medium Slate Blue

📋 copy color: '#796CEA'

red 121 ◦ green 108 ◦ blue 234

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

Shades of Medium Slate Blue #796CEA

Tints of Medium Slate Blue #796CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.33%

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

R = 26.13%
G = 23.33%
B = 50.54%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#796CEA (or 0x796CEA) is known color: Medium Slate Blue. HEX triplet: 79, 6C and EA. RGB value is (121,108,234). Sum of RGB (Red+Green+Blue) = 121+108+234=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #796CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796CEA is #869315. Grayscale: #7D7D7D. Windows color (decimal): -8819478 or 15363193. OLE color: 15363193.

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

Color convert

RGB 121 108 234 -
CMYK 0.48 0.54 0 0.08
HSL 246.19º 0.75% 0.67% -
HSV(B) 246.19º 0.54% 0.92% -
XYZ 28.1 20.73 80.36 -
YUV 126.25 188.81 124.25 -
System Red Green Blue C M Y K H S L
Decimal 121 108 234 0.48 0.54 0 0.08 246.19 0.75 0.67
Hex 79 6C EA 30 36 0 8 F6 4B 43
Octal 171 154 352 60 66 0 10 366 113 103
Binary 1111001 1101100 11101010 110000 110110 0 1000 11110110 1001011 1000011

Color Harmonies of #796CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CEA

Black with #796CEA

Text Example


Text Example

White with #796CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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