Html Css Color HEX #7A5BE5 Medium Slate Blue

📋 copy color: '#7A5BE5'

red 122 ◦ green 91 ◦ blue 229

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

Shades of Medium Slate Blue #7A5BE5

Tints of Medium Slate Blue #7A5BE5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.59%

 BLUE value IS 229 (89.84% from 255) = 51.81%

R = 27.6%
G = 20.59%
B = 51.81%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7A5BE5 (or 0x7A5BE5) is known color: Medium Slate Blue. HEX triplet: 7A, 5B and E5. RGB value is (122,91,229). Sum of RGB (Red+Green+Blue) = 122+91+229=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A5BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5BE5 is #85A41A. Grayscale: #737373. Windows color (decimal): -8758299 or 15031162. OLE color: 15031162.

HSL color Cylindrical-coordinate representation of color #7A5BE5: hue angle of 253.48º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A5BE5 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 91 229 -
CMYK 0.47 0.60 0 0.10
HSL 253.48º 0.73% 0.63% -
HSV(B) 253.48º 0.6% 0.9% -
XYZ 25.91 17.28 76.1 -
YUV 116 191.77 132.28 -
System Red Green Blue C M Y K H S L
Decimal 122 91 229 0.47 0.60 0 0.10 253.48 0.73 0.63
Hex 7A 5B E5 2F 3C 0 A FD 49 3F
Octal 172 133 345 57 74 0 12 375 111 77
Binary 1111010 1011011 11100101 101111 111100 0 1010 11111101 1001001 111111

Color Harmonies of #7A5BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5BE5

Black with #7A5BE5

Text Example


Text Example

White with #7A5BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,91,229); }

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

background-color css

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

 a { background-color: rgb(122,91,229); }

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

border-color css

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

 span { border-color: rgb(122,91,229); }

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