Html Css Color HEX #7A63DB Medium Slate Blue

📋 copy color: '#7A63DB'

red 122 ◦ green 99 ◦ blue 219

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

Shades of Medium Slate Blue #7A63DB

Tints of Medium Slate Blue #7A63DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.5%

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

R = 27.73%
G = 22.5%
B = 49.77%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A63DB (or 0x7A63DB) is known color: Medium Slate Blue. HEX triplet: 7A, 63 and DB. RGB value is (122,99,219). Sum of RGB (Red+Green+Blue) = 122+99+219=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A63DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A63DB is #859C24. Grayscale: #777777. Windows color (decimal): -8756261 or 14377850. OLE color: 14377850.

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

Color convert

RGB 122 99 219 -
CMYK 0.44 0.55 0 0.14
HSL 251.5º 0.63% 0.62% -
HSV(B) 251.5º 0.55% 0.86% -
XYZ 25.27 18.18 69.19 -
YUV 119.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 122 99 219 0.44 0.55 0 0.14 251.5 0.63 0.62
Hex 7A 63 DB 2C 37 0 E FC 3E 3E
Octal 172 143 333 54 67 0 16 374 76 76
Binary 1111010 1100011 11011011 101100 110111 0 1110 11111100 111110 111110

Color Harmonies of #7A63DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A63DB

Black with #7A63DB

Text Example


Text Example

White with #7A63DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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