Html Css Color HEX #7A6FDA Medium Slate Blue

📋 copy color: '#7A6FDA'

red 122 ◦ green 111 ◦ blue 218

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

Shades of Medium Slate Blue #7A6FDA

Tints of Medium Slate Blue #7A6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.61%

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

R = 27.05%
G = 24.61%
B = 48.34%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7A6FDA (or 0x7A6FDA) is known color: Medium Slate Blue. HEX triplet: 7A, 6F and DA. RGB value is (122,111,218). Sum of RGB (Red+Green+Blue) = 122+111+218=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A6FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6FDA is #859025. Grayscale: #7E7E7E. Windows color (decimal): -8753190 or 14315386. OLE color: 14315386.

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

Color convert

RGB 122 111 218 -
CMYK 0.44 0.49 0 0.15
HSL 246.17º 0.59% 0.65% -
HSV(B) 246.17º 0.49% 0.85% -
XYZ 26.37 20.57 68.91 -
YUV 126.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 122 111 218 0.44 0.49 0 0.15 246.17 0.59 0.65
Hex 7A 6F DA 2C 31 0 F F6 3B 41
Octal 172 157 332 54 61 0 17 366 73 101
Binary 1111010 1101111 11011010 101100 110001 0 1111 11110110 111011 1000001

Color Harmonies of #7A6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6FDA

Black with #7A6FDA

Text Example


Text Example

White with #7A6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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