Html Css Color HEX #796FEA Medium Slate Blue

📋 copy color: '#796FEA'

red 121 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #796FEA

Tints of Medium Slate Blue #796FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

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

R = 25.97%
G = 23.82%
B = 50.21%

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

#796FEA (or 0x796FEA) is known color: Medium Slate Blue. HEX triplet: 79, 6F and EA. RGB value is (121,111,234). Sum of RGB (Red+Green+Blue) = 121+111+234=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #796FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796FEA is #869015. Grayscale: #7F7F7F. Windows color (decimal): -8818710 or 15363961. OLE color: 15363961.

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

Color convert

RGB 121 111 234 -
CMYK 0.48 0.53 0 0.08
HSL 244.88º 0.75% 0.68% -
HSV(B) 244.88º 0.53% 0.92% -
XYZ 28.42 21.37 80.47 -
YUV 128.01 187.81 123 -
System Red Green Blue C M Y K H S L
Decimal 121 111 234 0.48 0.53 0 0.08 244.88 0.75 0.68
Hex 79 6F EA 30 35 0 8 F5 4B 44
Octal 171 157 352 60 65 0 10 365 113 104
Binary 1111001 1101111 11101010 110000 110101 0 1000 11110101 1001011 1000100

Color Harmonies of #796FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796FEA

Black with #796FEA

Text Example


Text Example

White with #796FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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