Html Css Color HEX #7D52DF Medium Slate Blue

📋 copy color: '#7D52DF'

red 125 ◦ green 82 ◦ blue 223

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

Shades of Medium Slate Blue #7D52DF

Tints of Medium Slate Blue #7D52DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 29.07%
G = 19.07%
B = 51.86%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D52DF (or 0x7D52DF) is known color: Medium Slate Blue. HEX triplet: 7D, 52 and DF. RGB value is (125,82,223). Sum of RGB (Red+Green+Blue) = 125+82+223=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D52DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52DF is #82AD20. Grayscale: #6E6E6E. Windows color (decimal): -8564001 or 14635645. OLE color: 14635645.

HSL color Cylindrical-coordinate representation of color #7D52DF: hue angle of 258.3º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D52DF is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 82 223 -
CMYK 0.44 0.63 0 0.13
HSL 258.3º 0.69% 0.6% -
HSV(B) 258.3º 0.63% 0.87% -
XYZ 24.79 15.72 71.54 -
YUV 110.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 125 82 223 0.44 0.63 0 0.13 258.3 0.69 0.6
Hex 7D 52 DF 2C 3F 0 D 102 45 3C
Octal 175 122 337 54 77 0 15 402 105 74
Binary 1111101 1010010 11011111 101100 111111 0 1101 100000010 1000101 111100

Color Harmonies of #7D52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52DF

Black with #7D52DF

Text Example


Text Example

White with #7D52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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