Shades of Medium Slate Blue #825DEA
Tints of Medium Slate Blue #825DEA
RGB
CMYK
RGB Variations
Color information
#825DEA (or 0x825DEA) is known color: Medium Slate Blue. HEX triplet: 82, 5D and EA. RGB value is (130,93,234). Sum of RGB (Red+Green+Blue) = 130+93+234=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #825DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825DEA is #7DA215. Grayscale: #777777. Windows color (decimal): -8233494 or 15359362. OLE color: 15359362.
HSL color Cylindrical-coordinate representation of color #825DEA: hue angle of 255.74º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #825DEA is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 93 | 234 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.08 |
| HSL | 255.74º | 0.77% | 0.64% | - |
| HSV(B) | 255.74º | 0.6% | 0.92% | - |
| XYZ | 27.97 | 18.52 | 79.94 | - |
| YUV | 120.14 | 192.26 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 234 | 0.44 | 0.60 | 0 | 0.08 | 255.74 | 0.77 | 0.64 |
| Hex | 82 | 5D | EA | 2C | 3C | 0 | 8 | 100 | 4D | 40 |
| Octal | 202 | 135 | 352 | 54 | 74 | 0 | 10 | 400 | 115 | 100 |
| Binary | 10000010 | 1011101 | 11101010 | 101100 | 111100 | 0 | 1000 | 100000000 | 1001101 | 1000000 |
Color Harmonies of #825DEA
Complementary color
Monochromatic Colors of #825DEA
Black with #825DEA
Text Example
Text Example
White with #825DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DEA; }
p { color: rgb(130,93,234); }
H1.HeaderClassName
{
color: #825DEA;
}
.AnyTagClassName
{
color: #825DEA;
}
</style>
background-color css
<style>
a { background-color: #825DEA; }
a { background-color: rgb(130,93,234); }
div.DivClassName
{
background-color: #825DEA;
}
.BgClassName
{
background-color: #825DEA;
}
</style>
border-color css
<style>
span { border-color: #825DEA; }
span { border-color: rgb(130,93,234); }
td.TdClassName
{
border-color: #825DEA;
}
.TagClassName
{
border-color: #825DEA;
}
</style>