Html Css Color HEX #797FEA Medium Slate Blue

📋 copy color: '#797FEA'

red 121 ◦ green 127 ◦ blue 234

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

Shades of Medium Slate Blue #797FEA

Tints of Medium Slate Blue #797FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

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

R = 25.1%
G = 26.35%
B = 48.55%

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

#797FEA (or 0x797FEA) is known color: Medium Slate Blue. HEX triplet: 79, 7F and EA. RGB value is (121,127,234). Sum of RGB (Red+Green+Blue) = 121+127+234=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #797FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797FEA is #868015. Grayscale: #888888. Windows color (decimal): -8814614 or 15368057. OLE color: 15368057.

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

Color convert

RGB 121 127 234 -
CMYK 0.48 0.46 0 0.08
HSL 236.81º 0.73% 0.7% -
HSV(B) 236.81º 0.48% 0.92% -
XYZ 30.33 25.18 81.1 -
YUV 137.4 182.51 116.3 -
System Red Green Blue C M Y K H S L
Decimal 121 127 234 0.48 0.46 0 0.08 236.81 0.73 0.7
Hex 79 7F EA 30 2E 0 8 ED 49 46
Octal 171 177 352 60 56 0 10 355 111 106
Binary 1111001 1111111 11101010 110000 101110 0 1000 11101101 1001001 1000110

Color Harmonies of #797FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797FEA

Black with #797FEA

Text Example


Text Example

White with #797FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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