Html Css Color HEX #7D4CFD Medium Slate Blue

📋 copy color: '#7D4CFD'

red 125 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #7D4CFD

Tints of Medium Slate Blue #7D4CFD

RGB

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

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

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

R = 27.53%
G = 16.74%
B = 55.73%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D4CFD (or 0x7D4CFD) is known color: Medium Slate Blue. HEX triplet: 7D, 4C and FD. RGB value is (125,76,253). Sum of RGB (Red+Green+Blue) = 125+76+253=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 76 (30.08% from 255 or 16.74% 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 #7D4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4CFD is #82B302. Grayscale: #6E6E6E. Windows color (decimal): -8565507 or 16600189. OLE color: 16600189.

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

Color convert

RGB 125 76 253 -
CMYK 0.51 0.70 0 0.01
HSL 256.61º 0.98% 0.65% -
HSV(B) 256.61º 0.7% 0.99% -
XYZ 28.77 16.62 94.62 -
YUV 110.83 208.23 138.11 -
System Red Green Blue C M Y K H S L
Decimal 125 76 253 0.51 0.70 0 0.01 256.61 0.98 0.65
Hex 7D 4C FD 33 46 0 1 101 62 41
Octal 175 114 375 63 106 0 1 401 142 101
Binary 1111101 1001100 11111101 110011 1000110 0 1 100000001 1100010 1000001

Color Harmonies of #7D4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4CFD

Black with #7D4CFD

Text Example


Text Example

White with #7D4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,76,253); }

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

background-color css

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

 a { background-color: rgb(125,76,253); }

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

border-color css

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

 span { border-color: rgb(125,76,253); }

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