Shades of Medium Slate Blue #8250DD
Tints of Medium Slate Blue #8250DD
RGB
CMYK
RGB Variations
Color information
#8250DD (or 0x8250DD) is known color: Medium Slate Blue. HEX triplet: 82, 50 and DD. RGB value is (130,80,221). Sum of RGB (Red+Green+Blue) = 130+80+221=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #8250DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8250DD is #7DAF22. Grayscale: #6E6E6E. Windows color (decimal): -8236835 or 14504066. OLE color: 14504066.
HSL color Cylindrical-coordinate representation of color #8250DD: hue angle of 261.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8250DD is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 80 | 221 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.13 |
| HSL | 261.28º | 0.67% | 0.59% | - |
| HSV(B) | 261.28º | 0.64% | 0.87% | - |
| XYZ | 25.13 | 15.7 | 70.11 | - |
| YUV | 111.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 221 | 0.41 | 0.64 | 0 | 0.13 | 261.28 | 0.67 | 0.59 |
| Hex | 82 | 50 | DD | 29 | 40 | 0 | D | 105 | 43 | 3B |
| Octal | 202 | 120 | 335 | 51 | 100 | 0 | 15 | 405 | 103 | 73 |
| Binary | 10000010 | 1010000 | 11011101 | 101001 | 1000000 | 0 | 1101 | 100000101 | 1000011 | 111011 |
Color Harmonies of #8250DD
Complementary color
Monochromatic Colors of #8250DD
Black with #8250DD
Text Example
Text Example
White with #8250DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8250DD; }
p { color: rgb(130,80,221); }
H1.HeaderClassName
{
color: #8250DD;
}
.AnyTagClassName
{
color: #8250DD;
}
</style>
background-color css
<style>
a { background-color: #8250DD; }
a { background-color: rgb(130,80,221); }
div.DivClassName
{
background-color: #8250DD;
}
.BgClassName
{
background-color: #8250DD;
}
</style>
border-color css
<style>
span { border-color: #8250DD; }
span { border-color: rgb(130,80,221); }
td.TdClassName
{
border-color: #8250DD;
}
.TagClassName
{
border-color: #8250DD;
}
</style>