Html Css Color HEX #7352E5 Medium Slate Blue

📋 copy color: '#7352E5'

red 115 ◦ green 82 ◦ blue 229

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

Shades of Medium Slate Blue #7352E5

Tints of Medium Slate Blue #7352E5

RGB

 RED value IS 115 (45.31% from 255) = 27%

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

 BLUE value IS 229 (89.84% from 255) = 53.76%

R = 27%
G = 19.25%
B = 53.76%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7352E5 (or 0x7352E5) is known color: Medium Slate Blue. HEX triplet: 73, 52 and E5. RGB value is (115,82,229). Sum of RGB (Red+Green+Blue) = 115+82+229=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #7352E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352E5 is #8CAD1A. Grayscale: #6C6C6C. Windows color (decimal): -9219355 or 15028851. OLE color: 15028851.

HSL color Cylindrical-coordinate representation of color #7352E5: hue angle of 253.47º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7352E5 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 82 229 -
CMYK 0.50 0.64 0 0.10
HSL 253.47º 0.74% 0.61% -
HSV(B) 253.47º 0.64% 0.9% -
XYZ 24.23 15.34 75.81 -
YUV 108.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 115 82 229 0.50 0.64 0 0.10 253.47 0.74 0.61
Hex 73 52 E5 32 40 0 A FD 4A 3D
Octal 163 122 345 62 100 0 12 375 112 75
Binary 1110011 1010010 11100101 110010 1000000 0 1010 11111101 1001010 111101

Color Harmonies of #7352E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7352E5

Black with #7352E5

Text Example


Text Example

White with #7352E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7352E5; }

 p { color: rgb(115,82,229); }

 H1.HeaderClassName
 {
   color: #7352E5;
 }
 .AnyTagClassName
 {
   color: #7352E5;
 }
</style>

background-color css

<style>
 a { background-color: #7352E5; }

 a { background-color: rgb(115,82,229); }

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

border-color css

<style>
 span { border-color: #7352E5; }

 span { border-color: rgb(115,82,229); }

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