Html Css Color HEX #7D47FB Medium Slate Blue

📋 copy color: '#7D47FB'

red 125 ◦ green 71 ◦ blue 251

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

Shades of Medium Slate Blue #7D47FB

Tints of Medium Slate Blue #7D47FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 27.96%
G = 15.88%
B = 56.15%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D47FB (or 0x7D47FB) is known color: Medium Slate Blue. HEX triplet: 7D, 47 and FB. RGB value is (125,71,251). Sum of RGB (Red+Green+Blue) = 125+71+251=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D47FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D47FB is #82B804. Grayscale: #6B6B6B. Windows color (decimal): -8566789 or 16467837. OLE color: 16467837.

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

Color convert

RGB 125 71 251 -
CMYK 0.50 0.72 0 0.02
HSL 258º 0.96% 0.63% -
HSV(B) 258º 0.72% 0.98% -
XYZ 28.12 15.83 92.84 -
YUV 107.67 208.89 140.36 -
System Red Green Blue C M Y K H S L
Decimal 125 71 251 0.50 0.72 0 0.02 258 0.96 0.63
Hex 7D 47 FB 32 48 0 2 102 60 3F
Octal 175 107 373 62 110 0 2 402 140 77
Binary 1111101 1000111 11111011 110010 1001000 0 10 100000010 1100000 111111

Color Harmonies of #7D47FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D47FB

Black with #7D47FB

Text Example


Text Example

White with #7D47FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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