Html Css Color HEX #797EEA Medium Slate Blue

📋 copy color: '#797EEA'

red 121 ◦ green 126 ◦ blue 234

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

Shades of Medium Slate Blue #797EEA

Tints of Medium Slate Blue #797EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.2%

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

R = 25.16%
G = 26.2%
B = 48.65%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#797EEA (or 0x797EEA) is known color: Medium Slate Blue. HEX triplet: 79, 7E and EA. RGB value is (121,126,234). Sum of RGB (Red+Green+Blue) = 121+126+234=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #797EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797EEA is #868115. Grayscale: #888888. Windows color (decimal): -8814870 or 15367801. OLE color: 15367801.

HSL color Cylindrical-coordinate representation of color #797EEA: hue angle of 237.35º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #797EEA is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 126 234 -
CMYK 0.48 0.46 0 0.08
HSL 237.35º 0.73% 0.7% -
HSV(B) 237.35º 0.48% 0.92% -
XYZ 30.2 24.93 81.06 -
YUV 136.82 182.84 116.72 -
System Red Green Blue C M Y K H S L
Decimal 121 126 234 0.48 0.46 0 0.08 237.35 0.73 0.7
Hex 79 7E EA 30 2E 0 8 ED 49 46
Octal 171 176 352 60 56 0 10 355 111 106
Binary 1111001 1111110 11101010 110000 101110 0 1000 11101101 1001001 1000110

Color Harmonies of #797EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797EEA

Black with #797EEA

Text Example


Text Example

White with #797EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797EEA; }

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

 H1.HeaderClassName
 {
   color: #797EEA;
 }
 .AnyTagClassName
 {
   color: #797EEA;
 }
</style>

background-color css

<style>
 a { background-color: #797EEA; }

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

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

border-color css

<style>
 span { border-color: #797EEA; }

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

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