#7976ED

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

Shades of Medium Slate Blue #7976ED

Tints of Medium Slate Blue #7976ED

Color information

#7976ED (or 0x7976ED) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 76 and ED. RGB value is (121,118,237). Sum of RGB (Red+Green+Blue) = 121+118+237=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #7976ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7976ED is #868912. Grayscale: #838383. Windows color (decimal): -8816915 or 15562361. OLE color: 15562361.

HSL color Cylindrical-coordinate representation of color #7976ED: hue angle of 241.51º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7976ED is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121118237-
CMYK0.490.5000.07
HSL241.51º76.77%69.61%-
HSV(B)241.51º50.21%92.94%-
XYZ29.6523.1483.02-
YUV132.46186.99119.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.42%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=25.42%
G=24.79%
B=49.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211182370.490.5000.07241.5176.7769.61
Hex7976ED313207f24d46
Octal171166355616207362115106
Binary111100111101101110110111000111001001111111001010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7976ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7976ED; }

 p { color: rgb(121,118,237); }

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

<style>
 a { background-color: #7976ED; }

 a { background-color: rgb(121,118,237); }

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

<style>
 span { border-color: #7976ED; }

 span { border-color: rgb(121,118,237); }

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