Html Css Color HEX #7A6DDA Medium Slate Blue

📋 copy color: '#7A6DDA'

red 122 ◦ green 109 ◦ blue 218

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

Shades of Medium Slate Blue #7A6DDA

Tints of Medium Slate Blue #7A6DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.28%

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 27.17%
G = 24.28%
B = 48.55%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7A6DDA (or 0x7A6DDA) is known color: Medium Slate Blue. HEX triplet: 7A, 6D and DA. RGB value is (122,109,218). Sum of RGB (Red+Green+Blue) = 122+109+218=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A6DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DDA is #859225. Grayscale: #7C7C7C. Windows color (decimal): -8753702 or 14314874. OLE color: 14314874.

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

Color convert

RGB 122 109 218 -
CMYK 0.44 0.5 0 0.15
HSL 247.16º 0.6% 0.64% -
HSV(B) 247.16º 0.5% 0.85% -
XYZ 26.15 20.14 68.84 -
YUV 125.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 122 109 218 0.44 0.5 0 0.15 247.16 0.6 0.64
Hex 7A 6D DA 2C 32 0 F F7 3C 40
Octal 172 155 332 54 62 0 17 367 74 100
Binary 1111010 1101101 11011010 101100 110010 0 1111 11110111 111100 1000000

Color Harmonies of #7A6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6DDA

Black with #7A6DDA

Text Example


Text Example

White with #7A6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,109,218); }

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

background-color css

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

 a { background-color: rgb(122,109,218); }

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

border-color css

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

 span { border-color: rgb(122,109,218); }

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