Html Css Color HEX #797CF2 Medium Slate Blue

📋 copy color: '#797CF2'

red 121 ◦ green 124 ◦ blue 242

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

Shades of Medium Slate Blue #797CF2

Tints of Medium Slate Blue #797CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.46%

 BLUE value IS 242 (94.92% from 255) = 49.69%

R = 24.85%
G = 25.46%
B = 49.69%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#797CF2 (or 0x797CF2) is known color: Medium Slate Blue. HEX triplet: 79, 7C and F2. RGB value is (121,124,242). Sum of RGB (Red+Green+Blue) = 121+124+242=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #797CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797CF2 is #86830D. Grayscale: #888888. Windows color (decimal): -8815374 or 15891577. OLE color: 15891577.

HSL color Cylindrical-coordinate representation of color #797CF2: hue angle of 238.51º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #797CF2 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 124 242 -
CMYK 0.50 0.49 0 0.05
HSL 238.51º 0.82% 0.71% -
HSV(B) 238.51º 0.5% 0.95% -
XYZ 31.12 24.89 87.17 -
YUV 136.56 187.51 116.91 -
System Red Green Blue C M Y K H S L
Decimal 121 124 242 0.50 0.49 0 0.05 238.51 0.82 0.71
Hex 79 7C F2 32 31 0 5 EF 52 47
Octal 171 174 362 62 61 0 5 357 122 107
Binary 1111001 1111100 11110010 110010 110001 0 101 11101111 1010010 1000111

Color Harmonies of #797CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CF2

Black with #797CF2

Text Example


Text Example

White with #797CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,124,242); }

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

background-color css

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

 a { background-color: rgb(121,124,242); }

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

border-color css

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

 span { border-color: rgb(121,124,242); }

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