#8171DD

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

Shades of Medium Slate Blue #8171DD

Tints of Medium Slate Blue #8171DD

Color information

#8171DD (or 0x8171DD) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 71 and DD. RGB value is (129,113,221). Sum of RGB (Red+Green+Blue) = 129+113+221=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #8171DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171DD is #7E8E22. Grayscale: #818181. Windows color (decimal): -8293923 or 14512513. OLE color: 14512513.

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

Color convert

RGB129113221-
CMYK0.420.4900.13
HSL248.89º61.36%65.49%-
HSV(B)248.89º48.87%86.67%-
XYZ28.0121.771.12-
YUV130.1179.3127.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.86%
GREEN value IS 113 (44.53% from 255) = 24.41%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=27.86%
G=24.41%
B=47.73%

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
Decimal1291132210.420.4900.13248.8961.3665.49
Hex8171DD2A310Df93d41
Octal201161335526101537175101
Binary1000000111100011101110110101011000101101111110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8171DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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