#8471EA

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

Shades of Medium Slate Blue #8471EA

Tints of Medium Slate Blue #8471EA

Color information

#8471EA (or 0x8471EA) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 71 and EA. RGB value is (132,113,234). Sum of RGB (Red+Green+Blue) = 132+113+234=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #8471EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8471EA is #7B8E15. Grayscale: #848484. Windows color (decimal): -8097302 or 15364484. OLE color: 15364484.

HSL color Cylindrical-coordinate representation of color #8471EA: hue angle of 249.42º 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 #8471EA is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132113234-
CMYK0.440.5200.08
HSL249.42º74.23%68.04%-
HSV(B)249.42º51.71%91.76%-
XYZ30.2722.6680.62-
YUV132.48185.29127.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=27.56%
G=23.59%
B=48.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321132340.440.5200.08249.4274.2368.04
Hex8471EA2C3408f94a44
Octal2041613525464010371112104
Binary10000100111000111101010101100110100010001111100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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