#7370EF

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

Shades of Medium Slate Blue #7370EF

Tints of Medium Slate Blue #7370EF

Color information

#7370EF (or 0x7370EF) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 70 and EF. RGB value is (115,112,239). Sum of RGB (Red+Green+Blue) = 115+112+239=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #7370EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7370EF is #8C8F10. Grayscale: #7E7E7E. Windows color (decimal): -9211665 or 15691891. OLE color: 15691891.

HSL color Cylindrical-coordinate representation of color #7370EF: hue angle of 241.42º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7370EF is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB115112239-
CMYK0.520.5300.06
HSL241.42º79.87%68.82%-
HSV(B)241.42º53.14%93.73%-
XYZ28.4421.4784.31-
YUV127.38190.99119.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.68%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 239 (93.75% from 255) = 51.29%
R=24.68%
G=24.03%
B=51.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1151122390.520.5300.06241.4279.8768.82
Hex7370EF343506f15045
Octal163160357646506361120105
Binary111001111100001110111111010011010101101111000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7370EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7370EF; }

 p { color: rgb(115,112,239); }

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

<style>
 a { background-color: #7370EF; }

 a { background-color: rgb(115,112,239); }

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

<style>
 span { border-color: #7370EF; }

 span { border-color: rgb(115,112,239); }

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