#8471EC

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

Shades of Medium Slate Blue #8471EC

Tints of Medium Slate Blue #8471EC

Color information

#8471EC (or 0x8471EC) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 71 and EC. RGB value is (132,113,236). Sum of RGB (Red+Green+Blue) = 132+113+236=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #8471EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8471EC is #7B8E13. Grayscale: #848484. Windows color (decimal): -8097300 or 15495556. OLE color: 15495556.

HSL color Cylindrical-coordinate representation of color #8471EC: hue angle of 249.27º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8471EC is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132113236-
CMYK0.440.5200.07
HSL249.27º76.4%68.43%-
HSV(B)249.27º52.12%92.55%-
XYZ30.5622.7782.14-
YUV132.7186.29127.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 236 (92.58% from 255) = 49.06%
R=27.44%
G=23.49%
B=49.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321132360.440.5200.07249.2776.468.43
Hex8471EC2C3407f94c44
Octal204161354546407371114104
Binary1000010011100011110110010110011010001111111100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8471EC; }

 p { color: rgb(132,113,236); }

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

<style>
 a { background-color: #8471EC; }

 a { background-color: rgb(132,113,236); }

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

<style>
 span { border-color: #8471EC; }

 span { border-color: rgb(132,113,236); }

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