#7a77eb

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

Shades of Medium Slate Blue #7A77EB

Tints of Medium Slate Blue #7A77EB

Color information

#7A77EB (or 0x7A77EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 77 and EB. RGB value is (122,119,235). Sum of RGB (Red+Green+Blue) = 122+119+235=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A77EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A77EB is #858814. Grayscale: #848484. Windows color (decimal): -8751125 or 15431546. OLE color: 15431546.

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

Color convert

RGB122119235-
CMYK0.480.4900.08
HSL241.55º74.36%69.41%-
HSV(B)241.55º49.36%92.16%-
XYZ29.6223.3381.54-
YUV133.12185.49120.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.63%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=25.63%
G=25%
B=49.37%

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
Decimal1221192350.480.4900.08241.5574.3669.41
Hex7A77EB303108f24a45
Octal1721673536061010362112105
Binary1111010111011111101011110000110001010001111001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a77eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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