#777EF0

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

Shades of Medium Slate Blue #777EF0

Tints of Medium Slate Blue #777EF0

Color information

#777EF0 (or 0x777EF0) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 7E and F0. RGB value is (119,126,240). Sum of RGB (Red+Green+Blue) = 119+126+240=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #777EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777EF0 is #88810F. Grayscale: #888888. Windows color (decimal): -8945936 or 15761015. OLE color: 15761015.

HSL color Cylindrical-coordinate representation of color #777EF0: hue angle of 236.53º degrees, saturation: 0.8, 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 #777EF0 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119126240-
CMYK0.500.4800.06
HSL236.53º80.13%70.39%-
HSV(B)236.53º50.42%94.12%-
XYZ30.825.1385.67-
YUV136.9186.18115.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.54%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 240 (94.14% from 255) = 49.48%
R=24.54%
G=25.98%
B=49.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1191262400.500.4800.06236.5380.1370.39
Hex777EF0323006ed5046
Octal167176360626006355120106
Binary111011111111101111000011001011000001101110110110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777EF0; }

 p { color: rgb(119,126,240); }

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

<style>
 a { background-color: #777EF0; }

 a { background-color: rgb(119,126,240); }

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

<style>
 span { border-color: #777EF0; }

 span { border-color: rgb(119,126,240); }

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