Html Css Color HEX #7A6CDD Medium Slate Blue

📋 copy color: '#7A6CDD'

red 122 ◦ green 108 ◦ blue 221

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

Shades of Medium Slate Blue #7A6CDD

Tints of Medium Slate Blue #7A6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.95%

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

R = 27.05%
G = 23.95%
B = 49%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A6CDD (or 0x7A6CDD) is known color: Medium Slate Blue. HEX triplet: 7A, 6C and DD. RGB value is (122,108,221). Sum of RGB (Red+Green+Blue) = 122+108+221=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A6CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6CDD is #859322. Grayscale: #7C7C7C. Windows color (decimal): -8753955 or 14511226. OLE color: 14511226.

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

Color convert

RGB 122 108 221 -
CMYK 0.45 0.51 0 0.13
HSL 247.43º 0.62% 0.65% -
HSV(B) 247.43º 0.51% 0.87% -
XYZ 26.44 20.08 70.89 -
YUV 125.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 122 108 221 0.45 0.51 0 0.13 247.43 0.62 0.65
Hex 7A 6C DD 2D 33 0 D F7 3E 41
Octal 172 154 335 55 63 0 15 367 76 101
Binary 1111010 1101100 11011101 101101 110011 0 1101 11110111 111110 1000001

Color Harmonies of #7A6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6CDD

Black with #7A6CDD

Text Example


Text Example

White with #7A6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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