Html Css Color HEX #7D46FD Medium Slate Blue

📋 copy color: '#7D46FD'

red 125 ◦ green 70 ◦ blue 253

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

Shades of Medium Slate Blue #7D46FD

Tints of Medium Slate Blue #7D46FD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.63%

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

R = 27.9%
G = 15.63%
B = 56.47%

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

#7D46FD (or 0x7D46FD) is known color: Medium Slate Blue. HEX triplet: 7D, 46 and FD. RGB value is (125,70,253). Sum of RGB (Red+Green+Blue) = 125+70+253=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D46FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D46FD is #82B902. Grayscale: #6A6A6A. Windows color (decimal): -8567043 or 16598653. OLE color: 16598653.

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

Color convert

RGB 125 70 253 -
CMYK 0.51 0.72 0 0.01
HSL 258.03º 0.98% 0.63% -
HSV(B) 258.03º 0.72% 0.99% -
XYZ 28.38 15.83 94.49 -
YUV 107.31 210.22 140.62 -
System Red Green Blue C M Y K H S L
Decimal 125 70 253 0.51 0.72 0 0.01 258.03 0.98 0.63
Hex 7D 46 FD 33 48 0 1 102 62 3F
Octal 175 106 375 63 110 0 1 402 142 77
Binary 1111101 1000110 11111101 110011 1001000 0 1 100000010 1100010 111111

Color Harmonies of #7D46FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D46FD

Black with #7D46FD

Text Example


Text Example

White with #7D46FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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