#806DDD

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

Shades of Medium Slate Blue #806DDD

Tints of Medium Slate Blue #806DDD

Color information

#806DDD (or 0x806DDD) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6D and DD. RGB value is (128,109,221). Sum of RGB (Red+Green+Blue) = 128+109+221=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #806DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DDD is #7F9222. Grayscale: #7F7F7F. Windows color (decimal): -8360483 or 14511488. OLE color: 14511488.

HSL color Cylindrical-coordinate representation of color #806DDD: hue angle of 250.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #806DDD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128109221-
CMYK0.420.5100.13
HSL250.18º62.22%64.71%-
HSV(B)250.18º50.68%86.67%-
XYZ27.4220.7570.97-
YUV127.45180.79128.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 109 (42.97% from 255) = 23.80%
BLUE value IS 221 (86.72% from 255) = 48.25%
R=27.95%
G=23.80%
B=48.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281092210.420.5100.13250.1862.2264.71
Hex806DDD2A330Dfa3e41
Octal200155335526301537276101
Binary1000000011011011101110110101011001101101111110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806DDD; }

 p { color: rgb(128,109,221); }

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

<style>
 a { background-color: #806DDD; }

 a { background-color: rgb(128,109,221); }

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

<style>
 span { border-color: #806DDD; }

 span { border-color: rgb(128,109,221); }

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