#8971EA

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

Shades of Medium Slate Blue #8971EA

Tints of Medium Slate Blue #8971EA

Color information

#8971EA (or 0x8971EA) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 71 and EA. RGB value is (137,113,234). Sum of RGB (Red+Green+Blue) = 137+113+234=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #8971EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8971EA is #768E15. Grayscale: #858585. Windows color (decimal): -7769622 or 15364489. OLE color: 15364489.

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

Color convert

RGB137113234-
CMYK0.410.5200.08
HSL251.9º74.23%68.04%-
HSV(B)251.9º51.71%91.76%-
XYZ31.0723.0780.66-
YUV133.97184.45130.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.31%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 234 (91.80% from 255) = 48.35%
R=28.31%
G=23.35%
B=48.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371132340.410.5200.08251.974.2368.04
Hex8971EA293408fc4a44
Octal2111613525164010374112104
Binary10001001111000111101010101001110100010001111110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8971EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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