#8171E3

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

Shades of Medium Slate Blue #8171E3

Tints of Medium Slate Blue #8171E3

Color information

#8171E3 (or 0x8171E3) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 71 and E3. RGB value is (129,113,227). Sum of RGB (Red+Green+Blue) = 129+113+227=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #8171E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171E3 is #7E8E1C. Grayscale: #828282. Windows color (decimal): -8293917 or 14905729. OLE color: 14905729.

HSL color Cylindrical-coordinate representation of color #8171E3: hue angle of 248.42º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8171E3 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB129113227-
CMYK0.430.5000.11
HSL248.42º67.06%66.67%-
HSV(B)248.42º50.22%89.02%-
XYZ28.8222.0275.4-
YUV130.78182.3126.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 227 (89.06% from 255) = 48.40%
R=27.51%
G=24.09%
B=48.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1291132270.430.5000.11248.4267.0666.67
Hex8171E32B320Bf84343
Octal2011613435362013370103103
Binary10000001111000111100011101011110010010111111100010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8171E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8171E3; }

 p { color: rgb(129,113,227); }

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

<style>
 a { background-color: #8171E3; }

 a { background-color: rgb(129,113,227); }

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

<style>
 span { border-color: #8171E3; }

 span { border-color: rgb(129,113,227); }

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