Html Css Color HEX #7D5CF4 Medium Slate Blue

📋 copy color: '#7D5CF4'

red 125 ◦ green 92 ◦ blue 244

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

Shades of Medium Slate Blue #7D5CF4

Tints of Medium Slate Blue #7D5CF4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.96%

 BLUE value IS 244 (95.7% from 255) = 52.93%

R = 27.11%
G = 19.96%
B = 52.93%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7D5CF4 (or 0x7D5CF4) is known color: Medium Slate Blue. HEX triplet: 7D, 5C and F4. RGB value is (125,92,244). Sum of RGB (Red+Green+Blue) = 125+92+244=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #7D5CF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5CF4 is #82A30B. Grayscale: #767676. Windows color (decimal): -8561420 or 16014461. OLE color: 16014461.

HSL color Cylindrical-coordinate representation of color #7D5CF4: hue angle of 253.03º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D5CF4 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 92 244 -
CMYK 0.49 0.62 0 0.04
HSL 253.03º 0.87% 0.66% -
HSV(B) 253.03º 0.62% 0.96% -
XYZ 28.61 18.55 87.66 -
YUV 119.2 198.43 132.14 -
System Red Green Blue C M Y K H S L
Decimal 125 92 244 0.49 0.62 0 0.04 253.03 0.87 0.66
Hex 7D 5C F4 31 3E 0 4 FD 57 42
Octal 175 134 364 61 76 0 4 375 127 102
Binary 1111101 1011100 11110100 110001 111110 0 100 11111101 1010111 1000010

Color Harmonies of #7D5CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5CF4

Black with #7D5CF4

Text Example


Text Example

White with #7D5CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,92,244); }

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

background-color css

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

 a { background-color: rgb(125,92,244); }

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

border-color css

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

 span { border-color: rgb(125,92,244); }

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