Html Css Color HEX #7353EB Medium Slate Blue

📋 copy color: '#7353EB'

red 115 ◦ green 83 ◦ blue 235

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

Shades of Medium Slate Blue #7353EB

Tints of Medium Slate Blue #7353EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.27%

R = 26.56%
G = 19.17%
B = 54.27%

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

#7353EB (or 0x7353EB) is known color: Medium Slate Blue. HEX triplet: 73, 53 and EB. RGB value is (115,83,235). Sum of RGB (Red+Green+Blue) = 115+83+235=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #7353EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7353EB is #8CAC14. Grayscale: #6D6D6D. Windows color (decimal): -9219093 or 15422323. OLE color: 15422323.

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

Color convert

RGB 115 83 235 -
CMYK 0.51 0.65 0 0.08
HSL 252.63º 0.79% 0.62% -
HSV(B) 252.63º 0.65% 0.92% -
XYZ 25.16 15.83 80.33 -
YUV 109.9 198.6 131.64 -
System Red Green Blue C M Y K H S L
Decimal 115 83 235 0.51 0.65 0 0.08 252.63 0.79 0.62
Hex 73 53 EB 33 41 0 8 FD 4F 3E
Octal 163 123 353 63 101 0 10 375 117 76
Binary 1110011 1010011 11101011 110011 1000001 0 1000 11111101 1001111 111110

Color Harmonies of #7353EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353EB

Black with #7353EB

Text Example


Text Example

White with #7353EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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