Html Css Color HEX #7353E4 Medium Slate Blue

📋 copy color: '#7353E4'

red 115 ◦ green 83 ◦ blue 228

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

Shades of Medium Slate Blue #7353E4

Tints of Medium Slate Blue #7353E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.52%

R = 27%
G = 19.48%
B = 53.52%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7353E4 (or 0x7353E4) is known color: Medium Slate Blue. HEX triplet: 73, 53 and E4. RGB value is (115,83,228). Sum of RGB (Red+Green+Blue) = 115+83+228=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #7353E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353E4 is #8CAC1B. Grayscale: #6C6C6C. Windows color (decimal): -9219100 or 14963571. OLE color: 14963571.

HSL color Cylindrical-coordinate representation of color #7353E4: hue angle of 253.24º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7353E4 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 115 83 228 -
CMYK 0.50 0.64 0 0.11
HSL 253.24º 0.73% 0.61% -
HSV(B) 253.24º 0.64% 0.89% -
XYZ 24.17 15.43 75.1 -
YUV 109.1 195.1 132.21 -
System Red Green Blue C M Y K H S L
Decimal 115 83 228 0.50 0.64 0 0.11 253.24 0.73 0.61
Hex 73 53 E4 32 40 0 B FD 49 3D
Octal 163 123 344 62 100 0 13 375 111 75
Binary 1110011 1010011 11100100 110010 1000000 0 1011 11111101 1001001 111101

Color Harmonies of #7353E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353E4

Black with #7353E4

Text Example


Text Example

White with #7353E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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