Html Css Color HEX #7A6EDC Medium Slate Blue

📋 copy color: '#7A6EDC'

red 122 ◦ green 110 ◦ blue 220

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

Shades of Medium Slate Blue #7A6EDC

Tints of Medium Slate Blue #7A6EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 26.99%
G = 24.34%
B = 48.67%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A6EDC (or 0x7A6EDC) is known color: Medium Slate Blue. HEX triplet: 7A, 6E and DC. RGB value is (122,110,220). Sum of RGB (Red+Green+Blue) = 122+110+220=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A6EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EDC is #859123. Grayscale: #7D7D7D. Windows color (decimal): -8753444 or 14446202. OLE color: 14446202.

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

Color convert

RGB 122 110 220 -
CMYK 0.45 0.50 0 0.14
HSL 246.55º 0.61% 0.65% -
HSV(B) 246.55º 0.5% 0.86% -
XYZ 26.52 20.46 70.26 -
YUV 126.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 122 110 220 0.45 0.50 0 0.14 246.55 0.61 0.65
Hex 7A 6E DC 2D 32 0 E F7 3D 41
Octal 172 156 334 55 62 0 16 367 75 101
Binary 1111010 1101110 11011100 101101 110010 0 1110 11110111 111101 1000001

Color Harmonies of #7A6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6EDC

Black with #7A6EDC

Text Example


Text Example

White with #7A6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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