#7561E0

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

Shades of Medium Slate Blue #7561E0

Tints of Medium Slate Blue #7561E0

Color information

#7561E0 (or 0x7561E0) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 61 and E0. RGB value is (117,97,224). Sum of RGB (Red+Green+Blue) = 117+97+224=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #7561E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7561E0 is #8A9E1F. Grayscale: #747474. Windows color (decimal): -9084448 or 14705013. OLE color: 14705013.

HSL color Cylindrical-coordinate representation of color #7561E0: hue angle of 249.45º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7561E0 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11797224-
CMYK0.480.5700.12
HSL249.45º67.2%62.94%-
HSV(B)249.45º56.7%87.84%-
XYZ25.0717.7172.62-
YUV117.46188.13127.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 224 (87.89% from 255) = 51.14%
R=26.71%
G=22.15%
B=51.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117972240.480.5700.12249.4567.262.94
Hex7561E030390Cf9433f
Octal165141340607101437110377
Binary111010111000011110000011000011100101100111110011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7561E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7561E0; }

 p { color: rgb(117,97,224); }

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

<style>
 a { background-color: #7561E0; }

 a { background-color: rgb(117,97,224); }

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

<style>
 span { border-color: #7561E0; }

 span { border-color: rgb(117,97,224); }

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