#8472DF

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

Shades of Medium Slate Blue #8472DF

Tints of Medium Slate Blue #8472DF

Color information

#8472DF (or 0x8472DF) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 72 and DF. RGB value is (132,114,223). Sum of RGB (Red+Green+Blue) = 132+114+223=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #8472DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472DF is #7B8D20. Grayscale: #838383. Windows color (decimal): -8097057 or 14643844. OLE color: 14643844.

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

Color convert

RGB132114223-
CMYK0.410.4900.13
HSL249.91º63.01%66.08%-
HSV(B)249.91º48.88%87.45%-
XYZ28.8522.2772.59-
YUV131.81179.46128.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.14%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 223 (87.5% from 255) = 47.55%
R=28.14%
G=24.31%
B=47.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321142230.410.4900.13249.9163.0166.08
Hex8472DF29310Dfa3f42
Octal204162337516101537277102
Binary1000010011100101101111110100111000101101111110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8472DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,114,223); }

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

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

 a { background-color: rgb(132,114,223); }

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

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

 span { border-color: rgb(132,114,223); }

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