#8172DD

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

Shades of Medium Slate Blue #8172DD

Tints of Medium Slate Blue #8172DD

Color information

#8172DD (or 0x8172DD) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 72 and DD. RGB value is (129,114,221). Sum of RGB (Red+Green+Blue) = 129+114+221=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #8172DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8172DD is #7E8D22. Grayscale: #828282. Windows color (decimal): -8293667 or 14512769. OLE color: 14512769.

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

Color convert

RGB129114221-
CMYK0.420.4800.13
HSL248.41º61.14%65.69%-
HSV(B)248.41º48.42%86.67%-
XYZ28.1221.9271.16-
YUV130.68178.97126.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.80%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=27.80%
G=24.57%
B=47.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291142210.420.4800.13248.4161.1465.69
Hex8172DD2A300Df83d42
Octal201162335526001537075102
Binary1000000111100101101110110101011000001101111110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8172DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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