#7A77E9

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

Shades of Medium Slate Blue #7A77E9

Tints of Medium Slate Blue #7A77E9

Color information

#7A77E9 (or 0x7A77E9) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 77 and E9. RGB value is (122,119,233). Sum of RGB (Red+Green+Blue) = 122+119+233=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A77E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A77E9 is #858816. Grayscale: #848484. Windows color (decimal): -8751127 or 15300474. OLE color: 15300474.

HSL color Cylindrical-coordinate representation of color #7A77E9: hue angle of 241.58º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A77E9 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB122119233-
CMYK0.480.4900.09
HSL241.58º72.15%69.02%-
HSV(B)241.58º48.93%91.37%-
XYZ29.3323.2180.03-
YUV132.89184.49120.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.74%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 233 (91.41% from 255) = 49.16%
R=25.74%
G=25.11%
B=49.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1221192330.480.4900.09241.5872.1569.02
Hex7A77E9303109f24845
Octal1721673516061011362110105
Binary1111010111011111101001110000110001010011111001010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A77E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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