Shades of Medium Slate Blue #8250DF
Tints of Medium Slate Blue #8250DF
RGB
CMYK
RGB Variations
Color information
#8250DF (or 0x8250DF) is known color: Medium Slate Blue. HEX triplet: 82, 50 and DF. RGB value is (130,80,223). Sum of RGB (Red+Green+Blue) = 130+80+223=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #8250DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8250DF is #7DAF20. Grayscale: #6E6E6E. Windows color (decimal): -8236833 or 14635138. OLE color: 14635138.
HSL color Cylindrical-coordinate representation of color #8250DF: hue angle of 260.98º degrees, saturation: 0.69, 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 #8250DF is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 80 | 223 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.13 |
| HSL | 260.98º | 0.69% | 0.59% | - |
| HSV(B) | 260.98º | 0.64% | 0.87% | - |
| XYZ | 25.39 | 15.81 | 71.53 | - |
| YUV | 111.25 | 191.07 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 223 | 0.42 | 0.64 | 0 | 0.13 | 260.98 | 0.69 | 0.59 |
| Hex | 82 | 50 | DF | 2A | 40 | 0 | D | 105 | 45 | 3B |
| Octal | 202 | 120 | 337 | 52 | 100 | 0 | 15 | 405 | 105 | 73 |
| Binary | 10000010 | 1010000 | 11011111 | 101010 | 1000000 | 0 | 1101 | 100000101 | 1000101 | 111011 |
Color Harmonies of #8250DF
Complementary color
Monochromatic Colors of #8250DF
Black with #8250DF
Text Example
Text Example
White with #8250DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8250DF; }
p { color: rgb(130,80,223); }
H1.HeaderClassName
{
color: #8250DF;
}
.AnyTagClassName
{
color: #8250DF;
}
</style>
background-color css
<style>
a { background-color: #8250DF; }
a { background-color: rgb(130,80,223); }
div.DivClassName
{
background-color: #8250DF;
}
.BgClassName
{
background-color: #8250DF;
}
</style>
border-color css
<style>
span { border-color: #8250DF; }
span { border-color: rgb(130,80,223); }
td.TdClassName
{
border-color: #8250DF;
}
.TagClassName
{
border-color: #8250DF;
}
</style>