#7360EA

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

Shades of Medium Slate Blue #7360EA

Tints of Medium Slate Blue #7360EA

Color information

#7360EA (or 0x7360EA) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 60 and EA. RGB value is (115,96,234). Sum of RGB (Red+Green+Blue) = 115+96+234=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #7360EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7360EA is #8C9F15. Grayscale: #747474. Windows color (decimal): -9215766 or 15360115. OLE color: 15360115.

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

Color convert

RGB11596234-
CMYK0.510.5900.08
HSL248.26º76.67%64.71%-
HSV(B)248.26º58.97%91.76%-
XYZ26.117.9579.93-
YUV117.41193.79126.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.84%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 234 (91.80% from 255) = 52.58%
R=25.84%
G=21.57%
B=52.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal115962340.510.5900.08248.2676.6764.71
Hex7360EA333B08f84d41
Octal1631403526373010370115101
Binary1110011110000011101010110011111011010001111100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7360EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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