Html Css Color HEX #7A6EDD Medium Slate Blue

📋 copy color: '#7A6EDD'

red 122 ◦ green 110 ◦ blue 221

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

Shades of Medium Slate Blue #7A6EDD

Tints of Medium Slate Blue #7A6EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.28%

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

R = 26.93%
G = 24.28%
B = 48.79%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A6EDD (or 0x7A6EDD) is known color: Medium Slate Blue. HEX triplet: 7A, 6E and DD. RGB value is (122,110,221). Sum of RGB (Red+Green+Blue) = 122+110+221=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EDD is #859122. Grayscale: #7D7D7D. Windows color (decimal): -8753443 or 14511738. OLE color: 14511738.

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

Color convert

RGB 122 110 221 -
CMYK 0.45 0.50 0 0.13
HSL 246.49º 0.62% 0.65% -
HSV(B) 246.49º 0.5% 0.87% -
XYZ 26.65 20.51 70.96 -
YUV 126.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 122 110 221 0.45 0.50 0 0.13 246.49 0.62 0.65
Hex 7A 6E DD 2D 32 0 D F6 3E 41
Octal 172 156 335 55 62 0 15 366 76 101
Binary 1111010 1101110 11011101 101101 110010 0 1101 11110110 111110 1000001

Color Harmonies of #7A6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6EDD

Black with #7A6EDD

Text Example


Text Example

White with #7A6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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