#777AEA

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

Shades of Medium Slate Blue #777AEA

Tints of Medium Slate Blue #777AEA

Color information

#777AEA (or 0x777AEA) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 7A and EA. RGB value is (119,122,234). Sum of RGB (Red+Green+Blue) = 119+122+234=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #777AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777AEA is #888515. Grayscale: #858585. Windows color (decimal): -8946966 or 15366775. OLE color: 15366775.

HSL color Cylindrical-coordinate representation of color #777AEA: hue angle of 238.43º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #777AEA is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119122234-
CMYK0.490.4800.08
HSL238.43º73.25%69.22%-
HSV(B)238.43º49.15%91.76%-
XYZ29.4223.7880.88-
YUV133.87184.51117.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.05%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=25.05%
G=25.68%
B=49.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191222340.490.4800.08238.4373.2569.22
Hex777AEA313008ee4945
Octal1671723526160010356111105
Binary1110111111101011101010110001110000010001110111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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