Html Css Color HEX #7352EA Medium Slate Blue

📋 copy color: '#7352EA'

red 115 ◦ green 82 ◦ blue 234

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

Shades of Medium Slate Blue #7352EA

Tints of Medium Slate Blue #7352EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 26.68%
G = 19.03%
B = 54.29%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7352EA (or 0x7352EA) is known color: Medium Slate Blue. HEX triplet: 73, 52 and EA. RGB value is (115,82,234). Sum of RGB (Red+Green+Blue) = 115+82+234=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #7352EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7352EA is #8CAD15. Grayscale: #6C6C6C. Windows color (decimal): -9219350 or 15356531. OLE color: 15356531.

HSL color Cylindrical-coordinate representation of color #7352EA: hue angle of 253.03º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7352EA is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 82 234 -
CMYK 0.51 0.65 0 0.08
HSL 253.03º 0.78% 0.62% -
HSV(B) 253.03º 0.65% 0.92% -
XYZ 24.94 15.62 79.54 -
YUV 109.2 198.43 132.14 -
System Red Green Blue C M Y K H S L
Decimal 115 82 234 0.51 0.65 0 0.08 253.03 0.78 0.62
Hex 73 52 EA 33 41 0 8 FD 4E 3E
Octal 163 122 352 63 101 0 10 375 116 76
Binary 1110011 1010010 11101010 110011 1000001 0 1000 11111101 1001110 111110

Color Harmonies of #7352EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7352EA

Black with #7352EA

Text Example


Text Example

White with #7352EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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