Html Css Color HEX #7A6AD9 Medium Slate Blue

📋 copy color: '#7A6AD9'

red 122 ◦ green 106 ◦ blue 217

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

Shades of Medium Slate Blue #7A6AD9

Tints of Medium Slate Blue #7A6AD9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.82%

 BLUE value IS 217 (85.16% from 255) = 48.76%

R = 27.42%
G = 23.82%
B = 48.76%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7A6AD9 (or 0x7A6AD9) is known color: Medium Slate Blue. HEX triplet: 7A, 6A and D9. RGB value is (122,106,217). Sum of RGB (Red+Green+Blue) = 122+106+217=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #7A6AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6AD9 is #859526. Grayscale: #7B7B7B. Windows color (decimal): -8754471 or 14248570. OLE color: 14248570.

HSL color Cylindrical-coordinate representation of color #7A6AD9: hue angle of 248.65º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A6AD9 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 106 217 -
CMYK 0.44 0.51 0 0.15
HSL 248.65º 0.59% 0.63% -
HSV(B) 248.65º 0.51% 0.85% -
XYZ 25.7 19.46 68.05 -
YUV 123.44 180.8 126.97 -
System Red Green Blue C M Y K H S L
Decimal 122 106 217 0.44 0.51 0 0.15 248.65 0.59 0.63
Hex 7A 6A D9 2C 33 0 F F9 3B 3F
Octal 172 152 331 54 63 0 17 371 73 77
Binary 1111010 1101010 11011001 101100 110011 0 1111 11111001 111011 111111

Color Harmonies of #7A6AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6AD9

Black with #7A6AD9

Text Example


Text Example

White with #7A6AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,106,217); }

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

background-color css

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

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

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

border-color css

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

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

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