Html Css Color HEX #7978E0 Medium Slate Blue

📋 copy color: '#7978E0'

red 121 ◦ green 120 ◦ blue 224

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

Shades of Medium Slate Blue #7978E0

Tints of Medium Slate Blue #7978E0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.81%

 BLUE value IS 224 (87.89% from 255) = 48.17%

R = 26.02%
G = 25.81%
B = 48.17%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7978E0 (or 0x7978E0) is known color: Medium Slate Blue. HEX triplet: 79, 78 and E0. RGB value is (121,120,224). Sum of RGB (Red+Green+Blue) = 121+120+224=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #7978E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7978E0 is #86871F. Grayscale: #838383. Windows color (decimal): -8816416 or 14710905. OLE color: 14710905.

HSL color Cylindrical-coordinate representation of color #7978E0: hue angle of 240.58º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7978E0 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 121 120 224 -
CMYK 0.46 0.46 0 0.12
HSL 240.58º 0.63% 0.67% -
HSV(B) 240.58º 0.46% 0.88% -
XYZ 28.06 22.88 73.46 -
YUV 132.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 121 120 224 0.46 0.46 0 0.12 240.58 0.63 0.67
Hex 79 78 E0 2E 2E 0 C F1 3F 43
Octal 171 170 340 56 56 0 14 361 77 103
Binary 1111001 1111000 11100000 101110 101110 0 1100 11110001 111111 1000011

Color Harmonies of #7978E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7978E0

Black with #7978E0

Text Example


Text Example

White with #7978E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7978E0; }

 p { color: rgb(121,120,224); }

 H1.HeaderClassName
 {
   color: #7978E0;
 }
 .AnyTagClassName
 {
   color: #7978E0;
 }
</style>

background-color css

<style>
 a { background-color: #7978E0; }

 a { background-color: rgb(121,120,224); }

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

border-color css

<style>
 span { border-color: #7978E0; }

 span { border-color: rgb(121,120,224); }

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