Html Css Color HEX #7A4FFD Medium Slate Blue

📋 copy color: '#7A4FFD'

red 122 ◦ green 79 ◦ blue 253

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

Shades of Medium Slate Blue #7A4FFD

Tints of Medium Slate Blue #7A4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.4%

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 26.87%
G = 17.4%
B = 55.73%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A4FFD (or 0x7A4FFD) is known color: Medium Slate Blue. HEX triplet: 7A, 4F and FD. RGB value is (122,79,253). Sum of RGB (Red+Green+Blue) = 122+79+253=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A4FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A4FFD is #85B002. Grayscale: #6F6F6F. Windows color (decimal): -8761347 or 16600954. OLE color: 16600954.

HSL color Cylindrical-coordinate representation of color #7A4FFD: hue angle of 254.83º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A4FFD is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 79 253 -
CMYK 0.52 0.69 0 0.01
HSL 254.83º 0.98% 0.65% -
HSV(B) 254.83º 0.69% 0.99% -
XYZ 28.55 16.82 94.67 -
YUV 111.69 207.75 135.35 -
System Red Green Blue C M Y K H S L
Decimal 122 79 253 0.52 0.69 0 0.01 254.83 0.98 0.65
Hex 7A 4F FD 34 45 0 1 FF 62 41
Octal 172 117 375 64 105 0 1 377 142 101
Binary 1111010 1001111 11111101 110100 1000101 0 1 11111111 1100010 1000001

Color Harmonies of #7A4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4FFD

Black with #7A4FFD

Text Example


Text Example

White with #7A4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,79,253); }

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

background-color css

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

 a { background-color: rgb(122,79,253); }

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

border-color css

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

 span { border-color: rgb(122,79,253); }

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