Html Css Color HEX #7D47F9 Medium Slate Blue

📋 copy color: '#7D47F9'

red 125 ◦ green 71 ◦ blue 249

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

Shades of Medium Slate Blue #7D47F9

Tints of Medium Slate Blue #7D47F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.96%

R = 28.09%
G = 15.96%
B = 55.96%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D47F9 (or 0x7D47F9) is known color: Medium Slate Blue. HEX triplet: 7D, 47 and F9. RGB value is (125,71,249). Sum of RGB (Red+Green+Blue) = 125+71+249=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #7D47F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D47F9 is #82B806. Grayscale: #6A6A6A. Windows color (decimal): -8566791 or 16336765. OLE color: 16336765.

HSL color Cylindrical-coordinate representation of color #7D47F9: hue angle of 258.2º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D47F9 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 71 249 -
CMYK 0.50 0.71 0 0.02
HSL 258.2º 0.94% 0.63% -
HSV(B) 258.2º 0.71% 0.98% -
XYZ 27.81 15.71 91.19 -
YUV 107.44 207.89 140.53 -
System Red Green Blue C M Y K H S L
Decimal 125 71 249 0.50 0.71 0 0.02 258.2 0.94 0.63
Hex 7D 47 F9 32 47 0 2 102 5E 3F
Octal 175 107 371 62 107 0 2 402 136 77
Binary 1111101 1000111 11111001 110010 1000111 0 10 100000010 1011110 111111

Color Harmonies of #7D47F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D47F9

Black with #7D47F9

Text Example


Text Example

White with #7D47F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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