Html Css Color HEX #7A6BDD Medium Slate Blue

📋 copy color: '#7A6BDD'

red 122 ◦ green 107 ◦ blue 221

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

Shades of Medium Slate Blue #7A6BDD

Tints of Medium Slate Blue #7A6BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

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

R = 27.11%
G = 23.78%
B = 49.11%

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

#7A6BDD (or 0x7A6BDD) is known color: Medium Slate Blue. HEX triplet: 7A, 6B and DD. RGB value is (122,107,221). Sum of RGB (Red+Green+Blue) = 122+107+221=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A6BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6BDD is #859422. Grayscale: #7C7C7C. Windows color (decimal): -8754211 or 14510970. OLE color: 14510970.

HSL color Cylindrical-coordinate representation of color #7A6BDD: hue angle of 247.89º degrees, saturation: 0.63, 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 #7A6BDD is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 107 221 -
CMYK 0.45 0.52 0 0.13
HSL 247.89º 0.63% 0.64% -
HSV(B) 247.89º 0.52% 0.87% -
XYZ 26.33 19.87 70.85 -
YUV 124.48 182.47 126.23 -
System Red Green Blue C M Y K H S L
Decimal 122 107 221 0.45 0.52 0 0.13 247.89 0.63 0.64
Hex 7A 6B DD 2D 34 0 D F8 3F 40
Octal 172 153 335 55 64 0 15 370 77 100
Binary 1111010 1101011 11011101 101101 110100 0 1101 11111000 111111 1000000

Color Harmonies of #7A6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6BDD

Black with #7A6BDD

Text Example


Text Example

White with #7A6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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