#8371EB

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

Shades of Medium Slate Blue #8371EB

Tints of Medium Slate Blue #8371EB

Color information

#8371EB (or 0x8371EB) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 71 and EB. RGB value is (131,113,235). Sum of RGB (Red+Green+Blue) = 131+113+235=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #8371EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8371EB is #7C8E14. Grayscale: #838383. Windows color (decimal): -8162837 or 15430019. OLE color: 15430019.

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

Color convert

RGB131113235-
CMYK0.440.5200.08
HSL248.85º75.31%68.24%-
HSV(B)248.85º51.91%92.16%-
XYZ30.2622.6381.37-
YUV132.29185.96127.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 235 (92.19% from 255) = 49.06%
R=27.35%
G=23.59%
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.08
SystemRedGreenBlueCMYKHSL
Decimal1311132350.440.5200.08248.8575.3168.24
Hex8371EB2C3408f94b44
Octal2031613535464010371113104
Binary10000011111000111101011101100110100010001111100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8371EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8371EB; }

 p { color: rgb(131,113,235); }

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

<style>
 a { background-color: #8371EB; }

 a { background-color: rgb(131,113,235); }

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

<style>
 span { border-color: #8371EB; }

 span { border-color: rgb(131,113,235); }

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