#7977ef

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

Shades of Medium Slate Blue #7977EF

Tints of Medium Slate Blue #7977EF

Color information

#7977EF (or 0x7977EF) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 77 and EF. RGB value is (121,119,239). Sum of RGB (Red+Green+Blue) = 121+119+239=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #7977EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7977EF is #868810. Grayscale: #848484. Windows color (decimal): -8816657 or 15693689. OLE color: 15693689.

HSL color Cylindrical-coordinate representation of color #7977EF: hue angle of 241º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7977EF is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB121119239-
CMYK0.490.5000.06
HSL241º78.95%70.2%-
HSV(B)241º50.21%93.73%-
XYZ30.0623.4984.61-
YUV133.28187.66119.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.26%
GREEN value IS 119 (46.88% from 255) = 24.84%
BLUE value IS 239 (93.75% from 255) = 49.90%
R=25.26%
G=24.84%
B=49.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1211192390.490.5000.0624178.9570.2
Hex7977EF313206f14f46
Octal171167357616206361117106
Binary111100111101111110111111000111001001101111000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7977ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7977ef; }

 p { color: rgb(121,119,239); }

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

<style>
 a { background-color: #7977ef; }

 a { background-color: rgb(121,119,239); }

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

<style>
 span { border-color: #7977ef; }

 span { border-color: rgb(121,119,239); }

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