#7A7DEA

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

Shades of Medium Slate Blue #7A7DEA

Tints of Medium Slate Blue #7A7DEA

Color information

#7A7DEA (or 0x7A7DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 7D and EA. RGB value is (122,125,234). Sum of RGB (Red+Green+Blue) = 122+125+234=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A7DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7DEA is #858215. Grayscale: #888888. Windows color (decimal): -8749590 or 15367546. OLE color: 15367546.

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

Color convert

RGB122125234-
CMYK0.480.4700.08
HSL238.39º72.73%69.8%-
HSV(B)238.39º47.86%91.76%-
XYZ30.2124.7581.03-
YUV136.53183.01117.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.36%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 234 (91.80% from 255) = 48.65%
R=25.36%
G=25.99%
B=48.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221252340.480.4700.08238.3972.7369.8
Hex7A7DEA302F08ee4946
Octal1721753526057010356111106
Binary1111010111110111101010110000101111010001110111010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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