#7A7AED

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

Shades of Medium Slate Blue #7A7AED

Tints of Medium Slate Blue #7A7AED

Color information

#7A7AED (or 0x7A7AED) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 7A and ED. RGB value is (122,122,237). Sum of RGB (Red+Green+Blue) = 122+122+237=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A7AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7AED is #858512. Grayscale: #868686. Windows color (decimal): -8750355 or 15563386. OLE color: 15563386.

HSL color Cylindrical-coordinate representation of color #7A7AED: hue angle of 240º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A7AED is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122122237-
CMYK0.490.4900.07
HSL240º76.16%70.39%-
HSV(B)240º48.52%92.94%-
XYZ30.2724.1783.19-
YUV135.11185.5118.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.36%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 237 (92.97% from 255) = 49.27%
R=25.36%
G=25.36%
B=49.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221222370.490.4900.0724076.1670.39
Hex7A7AED313107f04c46
Octal172172355616107360114106
Binary111101011110101110110111000111000101111111000010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,122,237); }

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

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

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

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

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

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

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