Html Css Color HEX #7A50EA Medium Slate Blue

📋 copy color: '#7A50EA'

red 122 ◦ green 80 ◦ blue 234

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

Shades of Medium Slate Blue #7A50EA

Tints of Medium Slate Blue #7A50EA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 27.98%
G = 18.35%
B = 53.67%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A50EA (or 0x7A50EA) is known color: Medium Slate Blue. HEX triplet: 7A, 50 and EA. RGB value is (122,80,234). Sum of RGB (Red+Green+Blue) = 122+80+234=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A50EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A50EA is #85AF15. Grayscale: #6D6D6D. Windows color (decimal): -8761110 or 15356026. OLE color: 15356026.

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

Color convert

RGB 122 80 234 -
CMYK 0.48 0.66 0 0.08
HSL 256.36º 0.79% 0.62% -
HSV(B) 256.36º 0.66% 0.92% -
XYZ 25.75 15.82 79.54 -
YUV 110.11 197.91 136.48 -
System Red Green Blue C M Y K H S L
Decimal 122 80 234 0.48 0.66 0 0.08 256.36 0.79 0.62
Hex 7A 50 EA 30 42 0 8 100 4F 3E
Octal 172 120 352 60 102 0 10 400 117 76
Binary 1111010 1010000 11101010 110000 1000010 0 1000 100000000 1001111 111110

Color Harmonies of #7A50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A50EA

Black with #7A50EA

Text Example


Text Example

White with #7A50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,80,234); }

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

background-color css

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

 a { background-color: rgb(122,80,234); }

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

border-color css

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

 span { border-color: rgb(122,80,234); }

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