Html Css Color HEX #7353EA Medium Slate Blue

📋 copy color: '#7353EA'

red 115 ◦ green 83 ◦ blue 234

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

Shades of Medium Slate Blue #7353EA

Tints of Medium Slate Blue #7353EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.21%

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

R = 26.62%
G = 19.21%
B = 54.17%

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

#7353EA (or 0x7353EA) is known color: Medium Slate Blue. HEX triplet: 73, 53 and EA. RGB value is (115,83,234). Sum of RGB (Red+Green+Blue) = 115+83+234=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #7353EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7353EA is #8CAC15. Grayscale: #6D6D6D. Windows color (decimal): -9219094 or 15356787. OLE color: 15356787.

HSL color Cylindrical-coordinate representation of color #7353EA: hue angle of 252.72º 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 #7353EA is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 83 234 -
CMYK 0.51 0.65 0 0.08
HSL 252.72º 0.78% 0.62% -
HSV(B) 252.72º 0.65% 0.92% -
XYZ 25.01 15.77 79.57 -
YUV 109.78 198.1 131.72 -
System Red Green Blue C M Y K H S L
Decimal 115 83 234 0.51 0.65 0 0.08 252.72 0.78 0.62
Hex 73 53 EA 33 41 0 8 FD 4E 3E
Octal 163 123 352 63 101 0 10 375 116 76
Binary 1110011 1010011 11101010 110011 1000001 0 1000 11111101 1001110 111110

Color Harmonies of #7353EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353EA

Black with #7353EA

Text Example


Text Example

White with #7353EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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