Html Css Color HEX #7A6FDB Medium Slate Blue

📋 copy color: '#7A6FDB'

red 122 ◦ green 111 ◦ blue 219

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

Shades of Medium Slate Blue #7A6FDB

Tints of Medium Slate Blue #7A6FDB

RGB

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

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

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

R = 26.99%
G = 24.56%
B = 48.45%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A6FDB (or 0x7A6FDB) is known color: Medium Slate Blue. HEX triplet: 7A, 6F and DB. RGB value is (122,111,219). Sum of RGB (Red+Green+Blue) = 122+111+219=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A6FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6FDB is #859024. Grayscale: #7E7E7E. Windows color (decimal): -8753189 or 14380922. OLE color: 14380922.

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

Color convert

RGB 122 111 219 -
CMYK 0.44 0.49 0 0.14
HSL 246.11º 0.6% 0.65% -
HSV(B) 246.11º 0.49% 0.86% -
XYZ 26.5 20.62 69.6 -
YUV 126.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 122 111 219 0.44 0.49 0 0.14 246.11 0.6 0.65
Hex 7A 6F DB 2C 31 0 E F6 3C 41
Octal 172 157 333 54 61 0 16 366 74 101
Binary 1111010 1101111 11011011 101100 110001 0 1110 11110110 111100 1000001

Color Harmonies of #7A6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6FDB

Black with #7A6FDB

Text Example


Text Example

White with #7A6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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