Html Css Color HEX #7371EA Medium Slate Blue

📋 copy color: '#7371EA'

red 115 ◦ green 113 ◦ blue 234

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

Shades of Medium Slate Blue #7371EA

Tints of Medium Slate Blue #7371EA

RGB

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

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

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

R = 24.89%
G = 24.46%
B = 50.65%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7371EA (or 0x7371EA) is known color: Medium Slate Blue. HEX triplet: 73, 71 and EA. RGB value is (115,113,234). Sum of RGB (Red+Green+Blue) = 115+113+234=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #7371EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7371EA is #8C8E15. Grayscale: #7E7E7E. Windows color (decimal): -9211414 or 15364467. OLE color: 15364467.

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

Color convert

RGB 115 113 234 -
CMYK 0.51 0.52 0 0.08
HSL 240.99º 0.74% 0.68% -
HSV(B) 240.99º 0.52% 0.92% -
XYZ 27.83 21.4 80.51 -
YUV 127.39 188.16 119.16 -
System Red Green Blue C M Y K H S L
Decimal 115 113 234 0.51 0.52 0 0.08 240.99 0.74 0.68
Hex 73 71 EA 33 34 0 8 F1 4A 44
Octal 163 161 352 63 64 0 10 361 112 104
Binary 1110011 1110001 11101010 110011 110100 0 1000 11110001 1001010 1000100

Color Harmonies of #7371EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7371EA

Black with #7371EA

Text Example


Text Example

White with #7371EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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