#7a77ea

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

Shades of Medium Slate Blue #7A77EA

Tints of Medium Slate Blue #7A77EA

Color information

#7A77EA (or 0x7A77EA) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 77 and EA. RGB value is (122,119,234). Sum of RGB (Red+Green+Blue) = 122+119+234=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 119 (46.88% from 255 or 25.05% 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 #7A77EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A77EA is #858815. Grayscale: #848484. Windows color (decimal): -8751126 or 15366010. OLE color: 15366010.

HSL color Cylindrical-coordinate representation of color #7A77EA: hue angle of 241.57º 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 #7A77EA is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122119234-
CMYK0.480.4900.08
HSL241.57º73.25%69.22%-
HSV(B)241.57º49.15%91.76%-
XYZ29.4723.2780.78-
YUV133.01184.99120.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221192340.480.4900.08241.5773.2569.22
Hex7A77EA303108f24945
Octal1721673526061010362111105
Binary1111010111011111101010110000110001010001111001010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a77ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7a77ea; }

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

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

<style>
 a { background-color: #7a77ea; }

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

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

<style>
 span { border-color: #7a77ea; }

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

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