Html Css Color HEX #7D52EF Medium Slate Blue

📋 copy color: '#7D52EF'

red 125 ◦ green 82 ◦ blue 239

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

Shades of Medium Slate Blue #7D52EF

Tints of Medium Slate Blue #7D52EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.39%

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

R = 28.03%
G = 18.39%
B = 53.59%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D52EF (or 0x7D52EF) is known color: Medium Slate Blue. HEX triplet: 7D, 52 and EF. RGB value is (125,82,239). Sum of RGB (Red+Green+Blue) = 125+82+239=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D52EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D52EF is #82AD10. Grayscale: #707070. Windows color (decimal): -8563985 or 15684221. OLE color: 15684221.

HSL color Cylindrical-coordinate representation of color #7D52EF: hue angle of 256.43º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D52EF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 82 239 -
CMYK 0.48 0.66 0 0.06
HSL 256.43º 0.83% 0.63% -
HSV(B) 256.43º 0.66% 0.94% -
XYZ 27.05 16.63 83.44 -
YUV 112.76 199.25 136.73 -
System Red Green Blue C M Y K H S L
Decimal 125 82 239 0.48 0.66 0 0.06 256.43 0.83 0.63
Hex 7D 52 EF 30 42 0 6 100 53 3F
Octal 175 122 357 60 102 0 6 400 123 77
Binary 1111101 1010010 11101111 110000 1000010 0 110 100000000 1010011 111111

Color Harmonies of #7D52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52EF

Black with #7D52EF

Text Example


Text Example

White with #7D52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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