#8251DD

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

Shades of Medium Slate Blue #8251DD

Tints of Medium Slate Blue #8251DD

Color information

#8251DD (or 0x8251DD) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 51 and DD. RGB value is (130,81,221). Sum of RGB (Red+Green+Blue) = 130+81+221=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #8251DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251DD is #7DAE22. Grayscale: #6F6F6F. Windows color (decimal): -8236579 or 14504322. OLE color: 14504322.

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

Color convert

RGB13081221-
CMYK0.410.6300.13
HSL261º67.31%59.22%-
HSV(B)261º63.35%86.67%-
XYZ25.215.8570.14-
YUV111.61189.73141.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.09%
GREEN value IS 81 (32.03% from 255) = 18.75%
BLUE value IS 221 (86.72% from 255) = 51.16%
R=30.09%
G=18.75%
B=51.16%

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
Decimal130812210.410.6300.1326167.3159.22
Hex8251DD293F0D105433b
Octal202121335517701540510373
Binary10000010101000111011101101001111111011011000001011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8251DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,81,221); }

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

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

 a { background-color: rgb(130,81,221); }

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

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

 span { border-color: rgb(130,81,221); }

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