Html Css Color HEX #797DEC Medium Slate Blue

📋 copy color: '#797DEC'

red 121 ◦ green 125 ◦ blue 236

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

Shades of Medium Slate Blue #797DEC

Tints of Medium Slate Blue #797DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 25.1%
G = 25.93%
B = 48.96%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#797DEC (or 0x797DEC) is known color: Medium Slate Blue. HEX triplet: 79, 7D and EC. RGB value is (121,125,236). Sum of RGB (Red+Green+Blue) = 121+125+236=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #797DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797DEC is #868213. Grayscale: #888888. Windows color (decimal): -8815124 or 15498617. OLE color: 15498617.

HSL color Cylindrical-coordinate representation of color #797DEC: hue angle of 237.91º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #797DEC is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 125 236 -
CMYK 0.49 0.47 0 0.07
HSL 237.91º 0.75% 0.7% -
HSV(B) 237.91º 0.49% 0.93% -
XYZ 30.36 24.79 82.54 -
YUV 136.46 184.17 116.97 -
System Red Green Blue C M Y K H S L
Decimal 121 125 236 0.49 0.47 0 0.07 237.91 0.75 0.7
Hex 79 7D EC 31 2F 0 7 EE 4B 46
Octal 171 175 354 61 57 0 7 356 113 106
Binary 1111001 1111101 11101100 110001 101111 0 111 11101110 1001011 1000110

Color Harmonies of #797DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797DEC

Black with #797DEC

Text Example


Text Example

White with #797DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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