Html Css Color HEX #7D5FEC Medium Slate Blue

📋 copy color: '#7D5FEC'

red 125 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #7D5FEC

Tints of Medium Slate Blue #7D5FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.83%

 BLUE value IS 236 (92.58% from 255) = 51.75%

R = 27.41%
G = 20.83%
B = 51.75%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D5FEC (or 0x7D5FEC) is known color: Medium Slate Blue. HEX triplet: 7D, 5F and EC. RGB value is (125,95,236). Sum of RGB (Red+Green+Blue) = 125+95+236=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D5FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5FEC is #82A013. Grayscale: #777777. Windows color (decimal): -8560660 or 15490941. OLE color: 15490941.

HSL color Cylindrical-coordinate representation of color #7D5FEC: hue angle of 252.77º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D5FEC is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 95 236 -
CMYK 0.47 0.60 0 0.07
HSL 252.77º 0.79% 0.65% -
HSV(B) 252.77º 0.6% 0.93% -
XYZ 27.69 18.6 81.49 -
YUV 120.04 193.44 131.54 -
System Red Green Blue C M Y K H S L
Decimal 125 95 236 0.47 0.60 0 0.07 252.77 0.79 0.65
Hex 7D 5F EC 2F 3C 0 7 FD 4F 41
Octal 175 137 354 57 74 0 7 375 117 101
Binary 1111101 1011111 11101100 101111 111100 0 111 11111101 1001111 1000001

Color Harmonies of #7D5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5FEC

Black with #7D5FEC

Text Example


Text Example

White with #7D5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,95,236); }

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

background-color css

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

 a { background-color: rgb(125,95,236); }

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

border-color css

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

 span { border-color: rgb(125,95,236); }

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