Html Css Color HEX #7A6EDB Medium Slate Blue

📋 copy color: '#7A6EDB'

red 122 ◦ green 110 ◦ blue 219

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

Shades of Medium Slate Blue #7A6EDB

Tints of Medium Slate Blue #7A6EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 27.05%
G = 24.39%
B = 48.56%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A6EDB (or 0x7A6EDB) is known color: Medium Slate Blue. HEX triplet: 7A, 6E and DB. RGB value is (122,110,219). Sum of RGB (Red+Green+Blue) = 122+110+219=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A6EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EDB is #859124. Grayscale: #7D7D7D. Windows color (decimal): -8753445 or 14380666. OLE color: 14380666.

HSL color Cylindrical-coordinate representation of color #7A6EDB: hue angle of 246.61º degrees, saturation: 0.6, 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 #7A6EDB is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 110 219 -
CMYK 0.44 0.50 0 0.14
HSL 246.61º 0.6% 0.65% -
HSV(B) 246.61º 0.5% 0.86% -
XYZ 26.39 20.4 69.57 -
YUV 126.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 122 110 219 0.44 0.50 0 0.14 246.61 0.6 0.65
Hex 7A 6E DB 2C 32 0 E F7 3C 41
Octal 172 156 333 54 62 0 16 367 74 101
Binary 1111010 1101110 11011011 101100 110010 0 1110 11110111 111100 1000001

Color Harmonies of #7A6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6EDB

Black with #7A6EDB

Text Example


Text Example

White with #7A6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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