Html Css Color HEX #7A4CFE Medium Slate Blue

📋 copy color: '#7A4CFE'

red 122 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #7A4CFE

Tints of Medium Slate Blue #7A4CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.81%

 BLUE value IS 254 (99.61% from 255) = 56.19%

R = 26.99%
G = 16.81%
B = 56.19%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A4CFE (or 0x7A4CFE) is known color: Medium Slate Blue. HEX triplet: 7A, 4C and FE. RGB value is (122,76,254). Sum of RGB (Red+Green+Blue) = 122+76+254=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A4CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A4CFE is #85B301. Grayscale: #6D6D6D. Windows color (decimal): -8762114 or 16665722. OLE color: 16665722.

HSL color Cylindrical-coordinate representation of color #7A4CFE: hue angle of 255.51º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A4CFE is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 76 254 -
CMYK 0.52 0.70 0 0.00
HSL 255.51º 0.99% 0.65% -
HSV(B) 255.51º 0.7% 1% -
XYZ 28.5 16.46 95.44 -
YUV 110.05 209.24 136.53 -
System Red Green Blue C M Y K H S L
Decimal 122 76 254 0.52 0.70 0 0.00 255.51 0.99 0.65
Hex 7A 4C FE 34 46 0 0 100 63 41
Octal 172 114 376 64 106 0 0 400 143 101
Binary 1111010 1001100 11111110 110100 1000110 0 0 100000000 1100011 1000001

Color Harmonies of #7A4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4CFE

Black with #7A4CFE

Text Example


Text Example

White with #7A4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,76,254); }

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

background-color css

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

 a { background-color: rgb(122,76,254); }

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

border-color css

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

 span { border-color: rgb(122,76,254); }

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