Html Css Color HEX #7362E0 Medium Slate Blue

📋 copy color: '#7362E0'

red 115 ◦ green 98 ◦ blue 224

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

Shades of Medium Slate Blue #7362E0

Tints of Medium Slate Blue #7362E0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.43%

 BLUE value IS 224 (87.89% from 255) = 51.26%

R = 26.32%
G = 22.43%
B = 51.26%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7362E0 (or 0x7362E0) is known color: Medium Slate Blue. HEX triplet: 73, 62 and E0. RGB value is (115,98,224). Sum of RGB (Red+Green+Blue) = 115+98+224=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #7362E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362E0 is #8C9D1F. Grayscale: #747474. Windows color (decimal): -9215264 or 14705267. OLE color: 14705267.

HSL color Cylindrical-coordinate representation of color #7362E0: hue angle of 248.1º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7362E0 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 98 224 -
CMYK 0.49 0.56 0 0.12
HSL 248.1º 0.67% 0.63% -
HSV(B) 248.1º 0.56% 0.88% -
XYZ 24.89 17.76 72.64 -
YUV 117.45 188.13 126.25 -
System Red Green Blue C M Y K H S L
Decimal 115 98 224 0.49 0.56 0 0.12 248.1 0.67 0.63
Hex 73 62 E0 31 38 0 C F8 43 3F
Octal 163 142 340 61 70 0 14 370 103 77
Binary 1110011 1100010 11100000 110001 111000 0 1100 11111000 1000011 111111

Color Harmonies of #7362E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362E0

Black with #7362E0

Text Example


Text Example

White with #7362E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7362E0; }

 p { color: rgb(115,98,224); }

 H1.HeaderClassName
 {
   color: #7362E0;
 }
 .AnyTagClassName
 {
   color: #7362E0;
 }
</style>

background-color css

<style>
 a { background-color: #7362E0; }

 a { background-color: rgb(115,98,224); }

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

border-color css

<style>
 span { border-color: #7362E0; }

 span { border-color: rgb(115,98,224); }

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