#8171DE

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

Shades of Medium Slate Blue #8171DE

Tints of Medium Slate Blue #8171DE

Color information

#8171DE (or 0x8171DE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 71 and DE. RGB value is (129,113,222). Sum of RGB (Red+Green+Blue) = 129+113+222=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #8171DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171DE is #7E8E21. Grayscale: #818181. Windows color (decimal): -8293922 or 14578049. OLE color: 14578049.

HSL color Cylindrical-coordinate representation of color #8171DE: hue angle of 248.81º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8171DE is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129113222-
CMYK0.420.4900.13
HSL248.81º62.29%65.69%-
HSV(B)248.81º49.1%87.06%-
XYZ28.1421.7571.82-
YUV130.21179.8127.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.80%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 222 (87.11% from 255) = 47.84%
R=27.80%
G=24.35%
B=47.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291132220.420.4900.13248.8162.2965.69
Hex8171DE2A310Df93e42
Octal201161336526101537176102
Binary1000000111100011101111010101011000101101111110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8171DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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