Html Css Color HEX #7D49FC Medium Slate Blue

📋 copy color: '#7D49FC'

red 125 ◦ green 73 ◦ blue 252

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

Shades of Medium Slate Blue #7D49FC

Tints of Medium Slate Blue #7D49FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.22%

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

R = 27.78%
G = 16.22%
B = 56%

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

#7D49FC (or 0x7D49FC) is known color: Medium Slate Blue. HEX triplet: 7D, 49 and FC. RGB value is (125,73,252). Sum of RGB (Red+Green+Blue) = 125+73+252=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D49FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D49FC is #82B603. Grayscale: #6C6C6C. Windows color (decimal): -8566276 or 16533885. OLE color: 16533885.

HSL color Cylindrical-coordinate representation of color #7D49FC: hue angle of 257.43º 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 #7D49FC is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 73 252 -
CMYK 0.50 0.71 0 0.01
HSL 257.43º 0.97% 0.64% -
HSV(B) 257.43º 0.71% 0.99% -
XYZ 28.41 16.15 93.72 -
YUV 108.95 208.73 139.45 -
System Red Green Blue C M Y K H S L
Decimal 125 73 252 0.50 0.71 0 0.01 257.43 0.97 0.64
Hex 7D 49 FC 32 47 0 1 101 61 40
Octal 175 111 374 62 107 0 1 401 141 100
Binary 1111101 1001001 11111100 110010 1000111 0 1 100000001 1100001 1000000

Color Harmonies of #7D49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D49FC

Black with #7D49FC

Text Example


Text Example

White with #7D49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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