#7983EA

Color #7983EA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7983EA

Tints of Medium Slate Blue #7983EA

Color information

#7983EA (or 0x7983EA) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 83 and EA. RGB value is (121,131,234). Sum of RGB (Red+Green+Blue) = 121+131+234=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #7983EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7983EA is #867C15. Grayscale: #8B8B8B. Windows color (decimal): -8813590 or 15369081. OLE color: 15369081.

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

Color convert

RGB121131234-
CMYK0.480.4400.08
HSL234.69º72.9%69.61%-
HSV(B)234.69º48.29%91.76%-
XYZ30.8526.2481.28-
YUV139.75181.19114.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.90%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 234 (91.80% from 255) = 48.15%
R=24.90%
G=26.95%
B=48.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211312340.480.4400.08234.6972.969.61
Hex7983EA302C08eb4946
Octal1712033526054010353111106
Binary11110011000001111101010110000101100010001110101110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7983EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7983EA; }

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

 H1.HeaderClassName
 {
   color: #7983EA;
 }
 .AnyTagClassName
 {
   color: #7983EA;
 }
</style>
background-color css

<style>
 a { background-color: #7983EA; }

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

 div.DivClassName
 {
   background-color: #7983EA;
 }
 .BgClassName
 {
   background-color: #7983EA;
 }
</style>
border-color css

<style>
 span { border-color: #7983EA; }

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

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