Html Css Color HEX #7A4AEE Medium Slate Blue

📋 copy color: '#7A4AEE'

red 122 ◦ green 74 ◦ blue 238

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

Shades of Medium Slate Blue #7A4AEE

Tints of Medium Slate Blue #7A4AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.05%

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

R = 28.11%
G = 17.05%
B = 54.84%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A4AEE (or 0x7A4AEE) is known color: Medium Slate Blue. HEX triplet: 7A, 4A and EE. RGB value is (122,74,238). Sum of RGB (Red+Green+Blue) = 122+74+238=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A4AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A4AEE is #85B511. Grayscale: #6A6A6A. Windows color (decimal): -8762642 or 15616634. OLE color: 15616634.

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

Color convert

RGB 122 74 238 -
CMYK 0.49 0.69 0 0.07
HSL 257.56º 0.83% 0.61% -
HSV(B) 257.56º 0.69% 0.93% -
XYZ 25.91 15.21 82.46 -
YUV 107.05 201.9 138.66 -
System Red Green Blue C M Y K H S L
Decimal 122 74 238 0.49 0.69 0 0.07 257.56 0.83 0.61
Hex 7A 4A EE 31 45 0 7 102 53 3D
Octal 172 112 356 61 105 0 7 402 123 75
Binary 1111010 1001010 11101110 110001 1000101 0 111 100000010 1010011 111101

Color Harmonies of #7A4AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4AEE

Black with #7A4AEE

Text Example


Text Example

White with #7A4AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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