Shades of Medium Slate Blue #806DED
Tints of Medium Slate Blue #806DED
RGB
CMYK
RGB Variations
Color information
#806DED (or 0x806DED) is known color: Medium Slate Blue. HEX triplet: 80, 6D and ED. RGB value is (128,109,237). Sum of RGB (Red+Green+Blue) = 128+109+237=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #806DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806DED is #7F9212. Grayscale: #808080. Windows color (decimal): -8360467 or 15560064. OLE color: 15560064.
HSL color Cylindrical-coordinate representation of color #806DED: hue angle of 248.91º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #806DED is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 109 | 237 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.07 |
| HSL | 248.91º | 0.78% | 0.68% | - |
| HSV(B) | 248.91º | 0.54% | 0.93% | - |
| XYZ | 29.66 | 21.64 | 82.73 | - |
| YUV | 129.27 | 188.79 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 237 | 0.46 | 0.54 | 0 | 0.07 | 248.91 | 0.78 | 0.68 |
| Hex | 80 | 6D | ED | 2E | 36 | 0 | 7 | F9 | 4E | 44 |
| Octal | 200 | 155 | 355 | 56 | 66 | 0 | 7 | 371 | 116 | 104 |
| Binary | 10000000 | 1101101 | 11101101 | 101110 | 110110 | 0 | 111 | 11111001 | 1001110 | 1000100 |
Color Harmonies of #806DED
Complementary color
Monochromatic Colors of #806DED
Black with #806DED
Text Example
Text Example
White with #806DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806DED; }
p { color: rgb(128,109,237); }
H1.HeaderClassName
{
color: #806DED;
}
.AnyTagClassName
{
color: #806DED;
}
</style>
background-color css
<style>
a { background-color: #806DED; }
a { background-color: rgb(128,109,237); }
div.DivClassName
{
background-color: #806DED;
}
.BgClassName
{
background-color: #806DED;
}
</style>
border-color css
<style>
span { border-color: #806DED; }
span { border-color: rgb(128,109,237); }
td.TdClassName
{
border-color: #806DED;
}
.TagClassName
{
border-color: #806DED;
}
</style>