Html Css Color HEX #7D4AFC Medium Slate Blue

📋 copy color: '#7D4AFC'

red 125 ◦ green 74 ◦ blue 252

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

Shades of Medium Slate Blue #7D4AFC

Tints of Medium Slate Blue #7D4AFC

RGB

 RED value IS 125 (49.22% from 255) = 27.72%

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

 BLUE value IS 252 (98.83% from 255) = 55.88%

R = 27.72%
G = 16.41%
B = 55.88%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D4AFC (or 0x7D4AFC) is known color: Medium Slate Blue. HEX triplet: 7D, 4A and FC. RGB value is (125,74,252). Sum of RGB (Red+Green+Blue) = 125+74+252=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D4AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4AFC is #82B503. Grayscale: #6C6C6C. Windows color (decimal): -8566020 or 16534141. OLE color: 16534141.

HSL color Cylindrical-coordinate representation of color #7D4AFC: hue angle of 257.19º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D4AFC is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 74 252 -
CMYK 0.50 0.71 0 0.01
HSL 257.19º 0.97% 0.64% -
HSV(B) 257.19º 0.71% 0.99% -
XYZ 28.48 16.29 93.74 -
YUV 109.54 208.4 139.03 -
System Red Green Blue C M Y K H S L
Decimal 125 74 252 0.50 0.71 0 0.01 257.19 0.97 0.64
Hex 7D 4A FC 32 47 0 1 101 61 40
Octal 175 112 374 62 107 0 1 401 141 100
Binary 1111101 1001010 11111100 110010 1000111 0 1 100000001 1100001 1000000

Color Harmonies of #7D4AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4AFC

Black with #7D4AFC

Text Example


Text Example

White with #7D4AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,252); }

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

background-color css

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

 a { background-color: rgb(125,74,252); }

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

border-color css

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

 span { border-color: rgb(125,74,252); }

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