#7372E8

Color #7372E8 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7372E8

Tints of Medium Slate Blue #7372E8

Color information

#7372E8 (or 0x7372E8) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 72 and E8. RGB value is (115,114,232). Sum of RGB (Red+Green+Blue) = 115+114+232=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #7372E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7372E8 is #8C8D17. Grayscale: #7F7F7F. Windows color (decimal): -9211160 or 15233651. OLE color: 15233651.

HSL color Cylindrical-coordinate representation of color #7372E8: hue angle of 240.51º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7372E8 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB115114232-
CMYK0.500.5100.09
HSL240.51º71.95%67.84%-
HSV(B)240.51º50.86%90.98%-
XYZ27.6521.5179.04-
YUV127.75186.83118.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.95%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 232 (91.02% from 255) = 50.33%
R=24.95%
G=24.73%
B=50.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1151142320.500.5100.09240.5171.9567.84
Hex7372E8323309f14844
Octal1631623506263011361110104
Binary1110011111001011101000110010110011010011111000110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7372E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7372E8; }

 p { color: rgb(115,114,232); }

 H1.HeaderClassName
 {
   color: #7372E8;
 }
 .AnyTagClassName
 {
   color: #7372E8;
 }
</style>
background-color css

<style>
 a { background-color: #7372E8; }

 a { background-color: rgb(115,114,232); }

 div.DivClassName
 {
   background-color: #7372E8;
 }
 .BgClassName
 {
   background-color: #7372E8;
 }
</style>
border-color css

<style>
 span { border-color: #7372E8; }

 span { border-color: rgb(115,114,232); }

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