#7779EC

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

Shades of Medium Slate Blue #7779EC

Tints of Medium Slate Blue #7779EC

Color information

#7779EC (or 0x7779EC) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 79 and EC. RGB value is (119,121,236). Sum of RGB (Red+Green+Blue) = 119+121+236=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #7779EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7779EC is #888613. Grayscale: #858585. Windows color (decimal): -8947220 or 15497591. OLE color: 15497591.

HSL color Cylindrical-coordinate representation of color #7779EC: hue angle of 238.97º degrees, saturation: 0.75, 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 #7779EC is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119121236-
CMYK0.500.4900.07
HSL238.97º75.48%69.61%-
HSV(B)238.97º49.58%92.55%-
XYZ29.5923.6582.36-
YUV133.51185.84117.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 236 (92.58% from 255) = 49.58%
R=25%
G=25.42%
B=49.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191212360.500.4900.07238.9775.4869.61
Hex7779EC323107ef4b46
Octal167171354626107357113106
Binary111011111110011110110011001011000101111110111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7779EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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