#7977DE

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

Shades of Medium Slate Blue #7977DE

Tints of Medium Slate Blue #7977DE

Color information

#7977DE (or 0x7977DE) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 77 and DE. RGB value is (121,119,222). Sum of RGB (Red+Green+Blue) = 121+119+222=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #7977DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7977DE is #868821. Grayscale: #828282. Windows color (decimal): -8816674 or 14579577. OLE color: 14579577.

HSL color Cylindrical-coordinate representation of color #7977DE: hue angle of 241.17º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7977DE is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121119222-
CMYK0.450.4600.13
HSL241.17º60.95%66.86%-
HSV(B)241.17º46.4%87.06%-
XYZ27.6722.5372-
YUV131.34179.16120.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.19%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 222 (87.11% from 255) = 48.05%
R=26.19%
G=25.76%
B=48.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211192220.450.4600.13241.1760.9566.86
Hex7977DE2D2E0Df13d43
Octal171167336555601536175103
Binary111100111101111101111010110110111001101111100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7977DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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