Html Css Color HEX #7A63EB Medium Slate Blue

📋 copy color: '#7A63EB'

red 122 ◦ green 99 ◦ blue 235

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

Shades of Medium Slate Blue #7A63EB

Tints of Medium Slate Blue #7A63EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 26.75%
G = 21.71%
B = 51.54%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A63EB (or 0x7A63EB) is known color: Medium Slate Blue. HEX triplet: 7A, 63 and EB. RGB value is (122,99,235). Sum of RGB (Red+Green+Blue) = 122+99+235=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A63EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A63EB is #859C14. Grayscale: #787878. Windows color (decimal): -8756245 or 15426426. OLE color: 15426426.

HSL color Cylindrical-coordinate representation of color #7A63EB: hue angle of 250.15º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A63EB is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 99 235 -
CMYK 0.48 0.58 0 0.08
HSL 250.15º 0.77% 0.65% -
HSV(B) 250.15º 0.58% 0.92% -
XYZ 27.48 19.06 80.83 -
YUV 121.38 192.12 128.44 -
System Red Green Blue C M Y K H S L
Decimal 122 99 235 0.48 0.58 0 0.08 250.15 0.77 0.65
Hex 7A 63 EB 30 3A 0 8 FA 4D 41
Octal 172 143 353 60 72 0 10 372 115 101
Binary 1111010 1100011 11101011 110000 111010 0 1000 11111010 1001101 1000001

Color Harmonies of #7A63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A63EB

Black with #7A63EB

Text Example


Text Example

White with #7A63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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