Html Css Color HEX #7D5FEF Medium Slate Blue

📋 copy color: '#7D5FEF'

red 125 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #7D5FEF

Tints of Medium Slate Blue #7D5FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.07%

R = 27.23%
G = 20.7%
B = 52.07%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D5FEF (or 0x7D5FEF) is known color: Medium Slate Blue. HEX triplet: 7D, 5F and EF. RGB value is (125,95,239). Sum of RGB (Red+Green+Blue) = 125+95+239=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D5FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5FEF is #82A010. Grayscale: #777777. Windows color (decimal): -8560657 or 15687549. OLE color: 15687549.

HSL color Cylindrical-coordinate representation of color #7D5FEF: hue angle of 252.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D5FEF is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 95 239 -
CMYK 0.48 0.60 0 0.06
HSL 252.5º 0.82% 0.65% -
HSV(B) 252.5º 0.6% 0.94% -
XYZ 28.13 18.78 83.8 -
YUV 120.39 194.94 131.29 -
System Red Green Blue C M Y K H S L
Decimal 125 95 239 0.48 0.60 0 0.06 252.5 0.82 0.65
Hex 7D 5F EF 30 3C 0 6 FD 52 41
Octal 175 137 357 60 74 0 6 375 122 101
Binary 1111101 1011111 11101111 110000 111100 0 110 11111101 1010010 1000001

Color Harmonies of #7D5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5FEF

Black with #7D5FEF

Text Example


Text Example

White with #7D5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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