Html Css Color HEX #7D52E8 Medium Slate Blue

📋 copy color: '#7D52E8'

red 125 ◦ green 82 ◦ blue 232

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

Shades of Medium Slate Blue #7D52E8

Tints of Medium Slate Blue #7D52E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.85%

R = 28.47%
G = 18.68%
B = 52.85%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7D52E8 (or 0x7D52E8) is known color: Medium Slate Blue. HEX triplet: 7D, 52 and E8. RGB value is (125,82,232). Sum of RGB (Red+Green+Blue) = 125+82+232=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #7D52E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D52E8 is #82AD17. Grayscale: #6F6F6F. Windows color (decimal): -8563992 or 15225469. OLE color: 15225469.

HSL color Cylindrical-coordinate representation of color #7D52E8: hue angle of 257.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D52E8 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 82 232 -
CMYK 0.46 0.65 0 0.09
HSL 257.2º 0.77% 0.62% -
HSV(B) 257.2º 0.65% 0.91% -
XYZ 26.04 16.22 78.1 -
YUV 111.96 195.75 137.3 -
System Red Green Blue C M Y K H S L
Decimal 125 82 232 0.46 0.65 0 0.09 257.2 0.77 0.62
Hex 7D 52 E8 2E 41 0 9 101 4D 3E
Octal 175 122 350 56 101 0 11 401 115 76
Binary 1111101 1010010 11101000 101110 1000001 0 1001 100000001 1001101 111110

Color Harmonies of #7D52E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52E8

Black with #7D52E8

Text Example


Text Example

White with #7D52E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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