Html Css Color HEX #7D49FA Medium Slate Blue

📋 copy color: '#7D49FA'

red 125 ◦ green 73 ◦ blue 250

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

Shades of Medium Slate Blue #7D49FA

Tints of Medium Slate Blue #7D49FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 27.9%
G = 16.29%
B = 55.8%

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

#7D49FA (or 0x7D49FA) is known color: Medium Slate Blue. HEX triplet: 7D, 49 and FA. RGB value is (125,73,250). Sum of RGB (Red+Green+Blue) = 125+73+250=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D49FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D49FA is #82B605. Grayscale: #6C6C6C. Windows color (decimal): -8566278 or 16402813. OLE color: 16402813.

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

Color convert

RGB 125 73 250 -
CMYK 0.50 0.71 0 0.02
HSL 257.63º 0.95% 0.63% -
HSV(B) 257.63º 0.71% 0.98% -
XYZ 28.1 16.03 92.06 -
YUV 108.73 207.73 139.61 -
System Red Green Blue C M Y K H S L
Decimal 125 73 250 0.50 0.71 0 0.02 257.63 0.95 0.63
Hex 7D 49 FA 32 47 0 2 102 5F 3F
Octal 175 111 372 62 107 0 2 402 137 77
Binary 1111101 1001001 11111010 110010 1000111 0 10 100000010 1011111 111111

Color Harmonies of #7D49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D49FA

Black with #7D49FA

Text Example


Text Example

White with #7D49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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