Html Css Color HEX #7D52F8 Medium Slate Blue

📋 copy color: '#7D52F8'

red 125 ◦ green 82 ◦ blue 248

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

Shades of Medium Slate Blue #7D52F8

Tints of Medium Slate Blue #7D52F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.51%

R = 27.47%
G = 18.02%
B = 54.51%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7D52F8 (or 0x7D52F8) is known color: Medium Slate Blue. HEX triplet: 7D, 52 and F8. RGB value is (125,82,248). Sum of RGB (Red+Green+Blue) = 125+82+248=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #7D52F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D52F8 is #82AD07. Grayscale: #717171. Windows color (decimal): -8563976 or 16274045. OLE color: 16274045.

HSL color Cylindrical-coordinate representation of color #7D52F8: hue angle of 255.54º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D52F8 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 82 248 -
CMYK 0.50 0.67 0 0.03
HSL 255.54º 0.92% 0.65% -
HSV(B) 255.54º 0.67% 0.97% -
XYZ 28.42 17.17 90.62 -
YUV 113.78 203.75 136 -
System Red Green Blue C M Y K H S L
Decimal 125 82 248 0.50 0.67 0 0.03 255.54 0.92 0.65
Hex 7D 52 F8 32 43 0 3 100 5C 41
Octal 175 122 370 62 103 0 3 400 134 101
Binary 1111101 1010010 11111000 110010 1000011 0 11 100000000 1011100 1000001

Color Harmonies of #7D52F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52F8

Black with #7D52F8

Text Example


Text Example

White with #7D52F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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