Html Css Color HEX #797CEA Medium Slate Blue

📋 copy color: '#797CEA'

red 121 ◦ green 124 ◦ blue 234

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

Shades of Medium Slate Blue #797CEA

Tints of Medium Slate Blue #797CEA

RGB

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

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

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

R = 25.26%
G = 25.89%
B = 48.85%

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

#797CEA (or 0x797CEA) is known color: Medium Slate Blue. HEX triplet: 79, 7C and EA. RGB value is (121,124,234). Sum of RGB (Red+Green+Blue) = 121+124+234=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #797CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797CEA is #868315. Grayscale: #878787. Windows color (decimal): -8815382 or 15367289. OLE color: 15367289.

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

Color convert

RGB 121 124 234 -
CMYK 0.48 0.47 0 0.08
HSL 238.41º 0.73% 0.7% -
HSV(B) 238.41º 0.48% 0.92% -
XYZ 29.94 24.42 80.98 -
YUV 135.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 121 124 234 0.48 0.47 0 0.08 238.41 0.73 0.7
Hex 79 7C EA 30 2F 0 8 EE 49 46
Octal 171 174 352 60 57 0 10 356 111 106
Binary 1111001 1111100 11101010 110000 101111 0 1000 11101110 1001001 1000110

Color Harmonies of #797CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CEA

Black with #797CEA

Text Example


Text Example

White with #797CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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