Html Css Color HEX #7A5AEE Medium Slate Blue

📋 copy color: '#7A5AEE'

red 122 ◦ green 90 ◦ blue 238

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

Shades of Medium Slate Blue #7A5AEE

Tints of Medium Slate Blue #7A5AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20%

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 27.11%
G = 20%
B = 52.89%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A5AEE (or 0x7A5AEE) is known color: Medium Slate Blue. HEX triplet: 7A, 5A and EE. RGB value is (122,90,238). Sum of RGB (Red+Green+Blue) = 122+90+238=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A5AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5AEE is #85A511. Grayscale: #737373. Windows color (decimal): -8758546 or 15620730. OLE color: 15620730.

HSL color Cylindrical-coordinate representation of color #7A5AEE: hue angle of 252.97º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A5AEE is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 90 238 -
CMYK 0.49 0.62 0 0.07
HSL 252.97º 0.81% 0.64% -
HSV(B) 252.97º 0.62% 0.93% -
XYZ 27.11 17.62 82.86 -
YUV 116.44 196.6 131.97 -
System Red Green Blue C M Y K H S L
Decimal 122 90 238 0.49 0.62 0 0.07 252.97 0.81 0.64
Hex 7A 5A EE 31 3E 0 7 FD 51 40
Octal 172 132 356 61 76 0 7 375 121 100
Binary 1111010 1011010 11101110 110001 111110 0 111 11111101 1010001 1000000

Color Harmonies of #7A5AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5AEE

Black with #7A5AEE

Text Example


Text Example

White with #7A5AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,90,238); }

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

background-color css

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

 a { background-color: rgb(122,90,238); }

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

border-color css

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

 span { border-color: rgb(122,90,238); }

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