#8174DD

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

Shades of Medium Slate Blue #8174DD

Tints of Medium Slate Blue #8174DD

Color information

#8174DD (or 0x8174DD) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 74 and DD. RGB value is (129,116,221). Sum of RGB (Red+Green+Blue) = 129+116+221=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #8174DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174DD is #7E8B22. Grayscale: #838383. Windows color (decimal): -8293155 or 14513281. OLE color: 14513281.

HSL color Cylindrical-coordinate representation of color #8174DD: hue angle of 247.43º 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 #8174DD is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129116221-
CMYK0.420.4800.13
HSL247.43º60.69%66.08%-
HSV(B)247.43º47.51%86.67%-
XYZ28.3522.3871.23-
YUV131.86178.31125.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 221 (86.72% from 255) = 47.42%
R=27.68%
G=24.89%
B=47.42%

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
Decimal1291162210.420.4800.13247.4360.6966.08
Hex8174DD2A300Df73d42
Octal201164335526001536775102
Binary1000000111101001101110110101011000001101111101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8174DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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