#8571EA

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

Shades of Medium Slate Blue #8571EA

Tints of Medium Slate Blue #8571EA

Color information

#8571EA (or 0x8571EA) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 71 and EA. RGB value is (133,113,234). Sum of RGB (Red+Green+Blue) = 133+113+234=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #8571EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8571EA is #7A8E15. Grayscale: #848484. Windows color (decimal): -8031766 or 15364485. OLE color: 15364485.

HSL color Cylindrical-coordinate representation of color #8571EA: hue angle of 249.92º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8571EA is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133113234-
CMYK0.430.5200.08
HSL249.92º74.23%68.04%-
HSV(B)249.92º51.71%91.76%-
XYZ30.4322.7480.63-
YUV132.77185.13128.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.71%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 234 (91.80% from 255) = 48.75%
R=27.71%
G=23.54%
B=48.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331132340.430.5200.08249.9274.2368.04
Hex8571EA2B3408fa4a44
Octal2051613525364010372112104
Binary10000101111000111101010101011110100010001111101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8571EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,113,234); }

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

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

 a { background-color: rgb(133,113,234); }

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

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

 span { border-color: rgb(133,113,234); }

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