Shades of Medium Slate Blue #825DDC
Tints of Medium Slate Blue #825DDC
RGB
CMYK
RGB Variations
Color information
#825DDC (or 0x825DDC) is known color: Medium Slate Blue. HEX triplet: 82, 5D and DC. RGB value is (130,93,220). Sum of RGB (Red+Green+Blue) = 130+93+220=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #825DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DDC is #7DA223. Grayscale: #767676. Windows color (decimal): -8233508 or 14441858. OLE color: 14441858.
HSL color Cylindrical-coordinate representation of color #825DDC: hue angle of 257.48º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825DDC is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 93 | 220 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.14 |
| HSL | 257.48º | 0.64% | 0.61% | - |
| HSV(B) | 257.48º | 0.58% | 0.86% | - |
| XYZ | 26.04 | 17.74 | 69.76 | - |
| YUV | 118.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 220 | 0.41 | 0.58 | 0 | 0.14 | 257.48 | 0.64 | 0.61 |
| Hex | 82 | 5D | DC | 29 | 3A | 0 | E | 101 | 40 | 3D |
| Octal | 202 | 135 | 334 | 51 | 72 | 0 | 16 | 401 | 100 | 75 |
| Binary | 10000010 | 1011101 | 11011100 | 101001 | 111010 | 0 | 1110 | 100000001 | 1000000 | 111101 |
Color Harmonies of #825DDC
Complementary color
Monochromatic Colors of #825DDC
Black with #825DDC
Text Example
Text Example
White with #825DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DDC; }
p { color: rgb(130,93,220); }
H1.HeaderClassName
{
color: #825DDC;
}
.AnyTagClassName
{
color: #825DDC;
}
</style>
background-color css
<style>
a { background-color: #825DDC; }
a { background-color: rgb(130,93,220); }
div.DivClassName
{
background-color: #825DDC;
}
.BgClassName
{
background-color: #825DDC;
}
</style>
border-color css
<style>
span { border-color: #825DDC; }
span { border-color: rgb(130,93,220); }
td.TdClassName
{
border-color: #825DDC;
}
.TagClassName
{
border-color: #825DDC;
}
</style>