Shades of Medium Slate Blue #807DED
Tints of Medium Slate Blue #807DED
RGB
CMYK
RGB Variations
Color information
#807DED (or 0x807DED) is known color: Medium Slate Blue. HEX triplet: 80, 7D and ED. RGB value is (128,125,237). Sum of RGB (Red+Green+Blue) = 128+125+237=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #807DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807DED is #7F8212. Grayscale: #8A8A8A. Windows color (decimal): -8356371 or 15564160. OLE color: 15564160.
HSL color Cylindrical-coordinate representation of color #807DED: hue angle of 241.61º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #807DED is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 125 | 237 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.07 |
| HSL | 241.61º | 0.76% | 0.71% | - |
| HSV(B) | 241.61º | 0.47% | 0.93% | - |
| XYZ | 31.52 | 25.37 | 83.36 | - |
| YUV | 138.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 237 | 0.46 | 0.47 | 0 | 0.07 | 241.61 | 0.76 | 0.71 |
| Hex | 80 | 7D | ED | 2E | 2F | 0 | 7 | F2 | 4C | 47 |
| Octal | 200 | 175 | 355 | 56 | 57 | 0 | 7 | 362 | 114 | 107 |
| Binary | 10000000 | 1111101 | 11101101 | 101110 | 101111 | 0 | 111 | 11110010 | 1001100 | 1000111 |
Color Harmonies of #807DED
Complementary color
Monochromatic Colors of #807DED
Black with #807DED
Text Example
Text Example
White with #807DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807DED; }
p { color: rgb(128,125,237); }
H1.HeaderClassName
{
color: #807DED;
}
.AnyTagClassName
{
color: #807DED;
}
</style>
background-color css
<style>
a { background-color: #807DED; }
a { background-color: rgb(128,125,237); }
div.DivClassName
{
background-color: #807DED;
}
.BgClassName
{
background-color: #807DED;
}
</style>
border-color css
<style>
span { border-color: #807DED; }
span { border-color: rgb(128,125,237); }
td.TdClassName
{
border-color: #807DED;
}
.TagClassName
{
border-color: #807DED;
}
</style>