Html Css Color HEX #797DEA Medium Slate Blue

📋 copy color: '#797DEA'

red 121 ◦ green 125 ◦ blue 234

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

Shades of Medium Slate Blue #797DEA

Tints of Medium Slate Blue #797DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

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

R = 25.21%
G = 26.04%
B = 48.75%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#797DEA (or 0x797DEA) is known color: Medium Slate Blue. HEX triplet: 79, 7D and EA. RGB value is (121,125,234). Sum of RGB (Red+Green+Blue) = 121+125+234=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #797DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797DEA is #868215. Grayscale: #878787. Windows color (decimal): -8815126 or 15367545. OLE color: 15367545.

HSL color Cylindrical-coordinate representation of color #797DEA: hue angle of 237.88º 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 #797DEA is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 125 234 -
CMYK 0.48 0.47 0 0.08
HSL 237.88º 0.73% 0.7% -
HSV(B) 237.88º 0.48% 0.92% -
XYZ 30.07 24.67 81.02 -
YUV 136.23 183.17 117.14 -
System Red Green Blue C M Y K H S L
Decimal 121 125 234 0.48 0.47 0 0.08 237.88 0.73 0.7
Hex 79 7D EA 30 2F 0 8 EE 49 46
Octal 171 175 352 60 57 0 10 356 111 106
Binary 1111001 1111101 11101010 110000 101111 0 1000 11101110 1001001 1000110

Color Harmonies of #797DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797DEA

Black with #797DEA

Text Example


Text Example

White with #797DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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