#777AF0

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

Shades of Medium Slate Blue #777AF0

Tints of Medium Slate Blue #777AF0

Color information

#777AF0 (or 0x777AF0) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 7A and F0. RGB value is (119,122,240). Sum of RGB (Red+Green+Blue) = 119+122+240=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #777AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777AF0 is #88850F. Grayscale: #868686. Windows color (decimal): -8946960 or 15759991. OLE color: 15759991.

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

Color convert

RGB119122240-
CMYK0.500.4900.06
HSL238.51º80.13%70.39%-
HSV(B)238.51º50.42%94.12%-
XYZ30.324.1385.5-
YUV134.56187.51116.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.74%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 240 (94.14% from 255) = 49.90%
R=24.74%
G=25.36%
B=49.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1191222400.500.4900.06238.5180.1370.39
Hex777AF0323106ef5046
Octal167172360626106357120106
Binary111011111110101111000011001011000101101110111110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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