Html Css Color HEX #7A6ADE Medium Slate Blue

📋 copy color: '#7A6ADE'

red 122 ◦ green 106 ◦ blue 222

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

Shades of Medium Slate Blue #7A6ADE

Tints of Medium Slate Blue #7A6ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 27.11%
G = 23.56%
B = 49.33%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A6ADE (or 0x7A6ADE) is known color: Medium Slate Blue. HEX triplet: 7A, 6A and DE. RGB value is (122,106,222). Sum of RGB (Red+Green+Blue) = 122+106+222=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A6ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ADE is #859521. Grayscale: #7B7B7B. Windows color (decimal): -8754466 or 14576250. OLE color: 14576250.

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

Color convert

RGB 122 106 222 -
CMYK 0.45 0.52 0 0.13
HSL 248.28º 0.64% 0.64% -
HSV(B) 248.28º 0.52% 0.87% -
XYZ 26.36 19.72 71.52 -
YUV 124.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 122 106 222 0.45 0.52 0 0.13 248.28 0.64 0.64
Hex 7A 6A DE 2D 34 0 D F8 40 40
Octal 172 152 336 55 64 0 15 370 100 100
Binary 1111010 1101010 11011110 101101 110100 0 1101 11111000 1000000 1000000

Color Harmonies of #7A6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6ADE

Black with #7A6ADE

Text Example


Text Example

White with #7A6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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