Html Css Color HEX #7980E8 Medium Slate Blue

📋 copy color: '#7980E8'

red 121 ◦ green 128 ◦ blue 232

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

Shades of Medium Slate Blue #7980E8

Tints of Medium Slate Blue #7980E8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.61%

 BLUE value IS 232 (91.02% from 255) = 48.23%

R = 25.16%
G = 26.61%
B = 48.23%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7980E8 (or 0x7980E8) is known color: Medium Slate Blue. HEX triplet: 79, 80 and E8. RGB value is (121,128,232). Sum of RGB (Red+Green+Blue) = 121+128+232=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #7980E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7980E8 is #867F17. Grayscale: #898989. Windows color (decimal): -8814360 or 15237241. OLE color: 15237241.

HSL color Cylindrical-coordinate representation of color #7980E8: hue angle of 236.22º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7980E8 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 128 232 -
CMYK 0.48 0.45 0 0.09
HSL 236.22º 0.71% 0.69% -
HSV(B) 236.22º 0.48% 0.91% -
XYZ 30.17 25.33 79.64 -
YUV 137.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 121 128 232 0.48 0.45 0 0.09 236.22 0.71 0.69
Hex 79 80 E8 30 2D 0 9 EC 47 45
Octal 171 200 350 60 55 0 11 354 107 105
Binary 1111001 10000000 11101000 110000 101101 0 1001 11101100 1000111 1000101

Color Harmonies of #7980E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7980E8

Black with #7980E8

Text Example


Text Example

White with #7980E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7980E8; }

 p { color: rgb(121,128,232); }

 H1.HeaderClassName
 {
   color: #7980E8;
 }
 .AnyTagClassName
 {
   color: #7980E8;
 }
</style>

background-color css

<style>
 a { background-color: #7980E8; }

 a { background-color: rgb(121,128,232); }

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

border-color css

<style>
 span { border-color: #7980E8; }

 span { border-color: rgb(121,128,232); }

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