Html Css Color HEX #7A63E6 Medium Slate Blue

📋 copy color: '#7A63E6'

red 122 ◦ green 99 ◦ blue 230

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

Shades of Medium Slate Blue #7A63E6

Tints of Medium Slate Blue #7A63E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51%

R = 27.05%
G = 21.95%
B = 51%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7A63E6 (or 0x7A63E6) is known color: Medium Slate Blue. HEX triplet: 7A, 63 and E6. RGB value is (122,99,230). Sum of RGB (Red+Green+Blue) = 122+99+230=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #7A63E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A63E6 is #859C19. Grayscale: #787878. Windows color (decimal): -8756250 or 15098746. OLE color: 15098746.

HSL color Cylindrical-coordinate representation of color #7A63E6: hue angle of 250.53º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A63E6 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 99 230 -
CMYK 0.47 0.57 0 0.10
HSL 250.53º 0.72% 0.65% -
HSV(B) 250.53º 0.57% 0.9% -
XYZ 26.77 18.77 77.08 -
YUV 120.81 189.62 128.85 -
System Red Green Blue C M Y K H S L
Decimal 122 99 230 0.47 0.57 0 0.10 250.53 0.72 0.65
Hex 7A 63 E6 2F 39 0 A FB 48 41
Octal 172 143 346 57 71 0 12 373 110 101
Binary 1111010 1100011 11100110 101111 111001 0 1010 11111011 1001000 1000001

Color Harmonies of #7A63E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A63E6

Black with #7A63E6

Text Example


Text Example

White with #7A63E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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