#8561E5

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

Shades of Medium Slate Blue #8561E5

Tints of Medium Slate Blue #8561E5

Color information

#8561E5 (or 0x8561E5) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 61 and E5. RGB value is (133,97,229). Sum of RGB (Red+Green+Blue) = 133+97+229=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #8561E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561E5 is #7A9E1A. Grayscale: #7A7A7A. Windows color (decimal): -8035867 or 15032709. OLE color: 15032709.

HSL color Cylindrical-coordinate representation of color #8561E5: hue angle of 256.36º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8561E5 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13397229-
CMYK0.420.5800.10
HSL256.36º71.74%63.92%-
HSV(B)256.36º57.64%89.8%-
XYZ28.0919.1976.35-
YUV122.81187.93135.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 229 (89.84% from 255) = 49.89%
R=28.98%
G=21.13%
B=49.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal133972290.420.5800.10256.3671.7463.92
Hex8561E52A3A0A1004840
Octal2051413455272012400110100
Binary100001011100001111001011010101110100101010000000010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8561E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8561E5; }

 p { color: rgb(133,97,229); }

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

<style>
 a { background-color: #8561E5; }

 a { background-color: rgb(133,97,229); }

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

<style>
 span { border-color: #8561E5; }

 span { border-color: rgb(133,97,229); }

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