Html Css Color HEX #7A64DB Medium Slate Blue

📋 copy color: '#7A64DB'

red 122 ◦ green 100 ◦ blue 219

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

Shades of Medium Slate Blue #7A64DB

Tints of Medium Slate Blue #7A64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.68%

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

R = 27.66%
G = 22.68%
B = 49.66%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A64DB (or 0x7A64DB) is known color: Medium Slate Blue. HEX triplet: 7A, 64 and DB. RGB value is (122,100,219). Sum of RGB (Red+Green+Blue) = 122+100+219=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A64DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A64DB is #859B24. Grayscale: #777777. Windows color (decimal): -8756005 or 14378106. OLE color: 14378106.

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

Color convert

RGB 122 100 219 -
CMYK 0.44 0.54 0 0.14
HSL 251.09º 0.62% 0.63% -
HSV(B) 251.09º 0.54% 0.86% -
XYZ 25.37 18.37 69.23 -
YUV 120.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 122 100 219 0.44 0.54 0 0.14 251.09 0.62 0.63
Hex 7A 64 DB 2C 36 0 E FB 3E 3F
Octal 172 144 333 54 66 0 16 373 76 77
Binary 1111010 1100100 11011011 101100 110110 0 1110 11111011 111110 111111

Color Harmonies of #7A64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A64DB

Black with #7A64DB

Text Example


Text Example

White with #7A64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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