#8174DF

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

Shades of Medium Slate Blue #8174DF

Tints of Medium Slate Blue #8174DF

Color information

#8174DF (or 0x8174DF) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 74 and DF. RGB value is (129,116,223). Sum of RGB (Red+Green+Blue) = 129+116+223=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #8174DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174DF is #7E8B20. Grayscale: #838383. Windows color (decimal): -8293153 or 14644353. OLE color: 14644353.

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

Color convert

RGB129116223-
CMYK0.420.4800.13
HSL247.29º62.57%66.47%-
HSV(B)247.29º47.98%87.45%-
XYZ28.6222.4972.64-
YUV132.08179.31125.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.56%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 223 (87.5% from 255) = 47.65%
R=27.56%
G=24.79%
B=47.65%

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
Decimal1291162230.420.4800.13247.2962.5766.47
Hex8174DF2A300Df73f42
Octal201164337526001536777102
Binary1000000111101001101111110101011000001101111101111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8174DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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