Html Css Color HEX #7371EC Medium Slate Blue

📋 copy color: '#7371EC'

red 115 ◦ green 113 ◦ blue 236

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

Shades of Medium Slate Blue #7371EC

Tints of Medium Slate Blue #7371EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.35%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 24.78%
G = 24.35%
B = 50.86%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7371EC (or 0x7371EC) is known color: Medium Slate Blue. HEX triplet: 73, 71 and EC. RGB value is (115,113,236). Sum of RGB (Red+Green+Blue) = 115+113+236=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #7371EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7371EC is #8C8E13. Grayscale: #7F7F7F. Windows color (decimal): -9211412 or 15495539. OLE color: 15495539.

HSL color Cylindrical-coordinate representation of color #7371EC: hue angle of 240.98º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7371EC is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 113 236 -
CMYK 0.51 0.52 0 0.07
HSL 240.98º 0.76% 0.68% -
HSV(B) 240.98º 0.52% 0.93% -
XYZ 28.12 21.51 82.03 -
YUV 127.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 115 113 236 0.51 0.52 0 0.07 240.98 0.76 0.68
Hex 73 71 EC 33 34 0 7 F1 4C 44
Octal 163 161 354 63 64 0 7 361 114 104
Binary 1110011 1110001 11101100 110011 110100 0 111 11110001 1001100 1000100

Color Harmonies of #7371EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7371EC

Black with #7371EC

Text Example


Text Example

White with #7371EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7371EC; }

 p { color: rgb(115,113,236); }

 H1.HeaderClassName
 {
   color: #7371EC;
 }
 .AnyTagClassName
 {
   color: #7371EC;
 }
</style>

background-color css

<style>
 a { background-color: #7371EC; }

 a { background-color: rgb(115,113,236); }

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

border-color css

<style>
 span { border-color: #7371EC; }

 span { border-color: rgb(115,113,236); }

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