#7770EC

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

Shades of Medium Slate Blue #7770EC

Tints of Medium Slate Blue #7770EC

Color information

#7770EC (or 0x7770EC) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 70 and EC. RGB value is (119,112,236). Sum of RGB (Red+Green+Blue) = 119+112+236=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #7770EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7770EC is #888F13. Grayscale: #7F7F7F. Windows color (decimal): -8949524 or 15495287. OLE color: 15495287.

HSL color Cylindrical-coordinate representation of color #7770EC: hue angle of 243.39º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7770EC is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119112236-
CMYK0.500.5300.07
HSL243.39º76.54%68.24%-
HSV(B)243.39º52.54%92.55%-
XYZ28.5421.5782.02-
YUV128.23188.82121.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 236 (92.58% from 255) = 50.54%
R=25.48%
G=23.98%
B=50.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191122360.500.5300.07243.3976.5468.24
Hex7770EC323507f34d44
Octal167160354626507363115104
Binary111011111100001110110011001011010101111111001110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7770EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7770EC; }

 p { color: rgb(119,112,236); }

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

<style>
 a { background-color: #7770EC; }

 a { background-color: rgb(119,112,236); }

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

<style>
 span { border-color: #7770EC; }

 span { border-color: rgb(119,112,236); }

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