Html Css Color HEX #7D47FD Medium Slate Blue

📋 copy color: '#7D47FD'

red 125 ◦ green 71 ◦ blue 253

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

Shades of Medium Slate Blue #7D47FD

Tints of Medium Slate Blue #7D47FD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.81%

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

R = 27.84%
G = 15.81%
B = 56.35%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D47FD (or 0x7D47FD) is known color: Medium Slate Blue. HEX triplet: 7D, 47 and FD. RGB value is (125,71,253). Sum of RGB (Red+Green+Blue) = 125+71+253=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D47FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D47FD is #82B802. Grayscale: #6B6B6B. Windows color (decimal): -8566787 or 16598909. OLE color: 16598909.

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

Color convert

RGB 125 71 253 -
CMYK 0.51 0.72 0 0.01
HSL 257.8º 0.98% 0.64% -
HSV(B) 257.8º 0.72% 0.99% -
XYZ 28.44 15.96 94.51 -
YUV 107.89 209.89 140.2 -
System Red Green Blue C M Y K H S L
Decimal 125 71 253 0.51 0.72 0 0.01 257.8 0.98 0.64
Hex 7D 47 FD 33 48 0 1 102 62 40
Octal 175 107 375 63 110 0 1 402 142 100
Binary 1111101 1000111 11111101 110011 1001000 0 1 100000010 1100010 1000000

Color Harmonies of #7D47FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D47FD

Black with #7D47FD

Text Example


Text Example

White with #7D47FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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