Html Css Color HEX #7A5EDD Medium Slate Blue

📋 copy color: '#7A5EDD'

red 122 ◦ green 94 ◦ blue 221

#7A5EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7A5EDD

Tints of Medium Slate Blue #7A5EDD

RGB

 RED value IS 122 (48.05% from 255) = 27.92%

 GREEN value IS 94 (37.11% from 255) = 21.51%

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 27.92%
G = 21.51%
B = 50.57%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A5EDD (or 0x7A5EDD) is known color: Medium Slate Blue. HEX triplet: 7A, 5E and DD. RGB value is (122,94,221). Sum of RGB (Red+Green+Blue) = 122+94+221=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A5EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5EDD is #85A122. Grayscale: #747474. Windows color (decimal): -8757539 or 14507642. OLE color: 14507642.

HSL color Cylindrical-coordinate representation of color #7A5EDD: hue angle of 253.23º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A5EDD is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 94 221 -
CMYK 0.45 0.57 0 0.13
HSL 253.23º 0.65% 0.62% -
HSV(B) 253.23º 0.57% 0.87% -
XYZ 25.08 17.36 70.44 -
YUV 116.85 186.78 131.67 -
System Red Green Blue C M Y K H S L
Decimal 122 94 221 0.45 0.57 0 0.13 253.23 0.65 0.62
Hex 7A 5E DD 2D 39 0 D FD 41 3E
Octal 172 136 335 55 71 0 15 375 101 76
Binary 1111010 1011110 11011101 101101 111001 0 1101 11111101 1000001 111110

Color Harmonies of #7A5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5EDD

Black with #7A5EDD

Text Example


Text Example

White with #7A5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,94,221); }

 H1.HeaderClassName
 {
   color: #7A5EDD;
 }
 .AnyTagClassName
 {
   color: #7A5EDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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