Html Css Color HEX #7A5DE9 Medium Slate Blue

📋 copy color: '#7A5DE9'

red 122 ◦ green 93 ◦ blue 233

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

Shades of Medium Slate Blue #7A5DE9

Tints of Medium Slate Blue #7A5DE9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

 BLUE value IS 233 (91.41% from 255) = 52.01%

R = 27.23%
G = 20.76%
B = 52.01%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7A5DE9 (or 0x7A5DE9) is known color: Medium Slate Blue. HEX triplet: 7A, 5D and E9. RGB value is (122,93,233). Sum of RGB (Red+Green+Blue) = 122+93+233=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A5DE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5DE9 is #85A216. Grayscale: #757575. Windows color (decimal): -8757783 or 15293818. OLE color: 15293818.

HSL color Cylindrical-coordinate representation of color #7A5DE9: hue angle of 252.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A5DE9 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 122 93 233 -
CMYK 0.48 0.60 0 0.09
HSL 252.43º 0.76% 0.64% -
HSV(B) 252.43º 0.6% 0.91% -
XYZ 26.65 17.85 79.13 -
YUV 117.63 193.11 131.12 -
System Red Green Blue C M Y K H S L
Decimal 122 93 233 0.48 0.60 0 0.09 252.43 0.76 0.64
Hex 7A 5D E9 30 3C 0 9 FC 4C 40
Octal 172 135 351 60 74 0 11 374 114 100
Binary 1111010 1011101 11101001 110000 111100 0 1001 11111100 1001100 1000000

Color Harmonies of #7A5DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5DE9

Black with #7A5DE9

Text Example


Text Example

White with #7A5DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,93,233); }

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

background-color css

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

 a { background-color: rgb(122,93,233); }

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

border-color css

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

 span { border-color: rgb(122,93,233); }

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