Shades of Medium Slate Blue #825BDE
Tints of Medium Slate Blue #825BDE
RGB
CMYK
RGB Variations
Color information
#825BDE (or 0x825BDE) is known color: Medium Slate Blue. HEX triplet: 82, 5B and DE. RGB value is (130,91,222). Sum of RGB (Red+Green+Blue) = 130+91+222=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #825BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BDE is #7DA421. Grayscale: #757575. Windows color (decimal): -8234018 or 14572418. OLE color: 14572418.
HSL color Cylindrical-coordinate representation of color #825BDE: hue angle of 257.86º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #825BDE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 91 | 222 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.13 |
| HSL | 257.86º | 0.66% | 0.61% | - |
| HSV(B) | 257.86º | 0.59% | 0.87% | - |
| XYZ | 26.13 | 17.5 | 71.11 | - |
| YUV | 117.6 | 186.92 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 222 | 0.41 | 0.59 | 0 | 0.13 | 257.86 | 0.66 | 0.61 |
| Hex | 82 | 5B | DE | 29 | 3B | 0 | D | 102 | 42 | 3D |
| Octal | 202 | 133 | 336 | 51 | 73 | 0 | 15 | 402 | 102 | 75 |
| Binary | 10000010 | 1011011 | 11011110 | 101001 | 111011 | 0 | 1101 | 100000010 | 1000010 | 111101 |
Color Harmonies of #825BDE
Complementary color
Monochromatic Colors of #825BDE
Black with #825BDE
Text Example
Text Example
White with #825BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BDE; }
p { color: rgb(130,91,222); }
H1.HeaderClassName
{
color: #825BDE;
}
.AnyTagClassName
{
color: #825BDE;
}
</style>
background-color css
<style>
a { background-color: #825BDE; }
a { background-color: rgb(130,91,222); }
div.DivClassName
{
background-color: #825BDE;
}
.BgClassName
{
background-color: #825BDE;
}
</style>
border-color css
<style>
span { border-color: #825BDE; }
span { border-color: rgb(130,91,222); }
td.TdClassName
{
border-color: #825BDE;
}
.TagClassName
{
border-color: #825BDE;
}
</style>