#8352DD

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

Shades of Medium Slate Blue #8352DD

Tints of Medium Slate Blue #8352DD

Color information

#8352DD (or 0x8352DD) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 52 and DD. RGB value is (131,82,221). Sum of RGB (Red+Green+Blue) = 131+82+221=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #8352DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352DD is #7CAD22. Grayscale: #6F6F6F. Windows color (decimal): -8170787 or 14504579. OLE color: 14504579.

HSL color Cylindrical-coordinate representation of color #8352DD: hue angle of 261.15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8352DD is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13182221-
CMYK0.410.6300.13
HSL261.15º67.15%59.41%-
HSV(B)261.15º62.9%86.67%-
XYZ25.4316.0870.17-
YUV112.5189.23141.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 221 (86.72% from 255) = 50.92%
R=30.18%
G=18.89%
B=50.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131822210.410.6300.13261.1567.1559.41
Hex8352DD293F0D105433b
Octal203122335517701540510373
Binary10000011101001011011101101001111111011011000001011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8352DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,82,221); }

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

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

 a { background-color: rgb(131,82,221); }

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

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

 span { border-color: rgb(131,82,221); }

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