Shades of Medium Slate Blue #825DE1
Tints of Medium Slate Blue #825DE1
RGB
CMYK
RGB Variations
Color information
#825DE1 (or 0x825DE1) is known color: Medium Slate Blue. HEX triplet: 82, 5D and E1. RGB value is (130,93,225). Sum of RGB (Red+Green+Blue) = 130+93+225=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #825DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DE1 is #7DA21E. Grayscale: #767676. Windows color (decimal): -8233503 or 14769538. OLE color: 14769538.
HSL color Cylindrical-coordinate representation of color #825DE1: hue angle of 256.82º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #825DE1 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 93 | 225 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.12 |
| HSL | 256.82º | 0.69% | 0.62% | - |
| HSV(B) | 256.82º | 0.59% | 0.88% | - |
| XYZ | 26.71 | 18.01 | 73.3 | - |
| YUV | 119.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 225 | 0.42 | 0.59 | 0 | 0.12 | 256.82 | 0.69 | 0.62 |
| Hex | 82 | 5D | E1 | 2A | 3B | 0 | C | 101 | 45 | 3E |
| Octal | 202 | 135 | 341 | 52 | 73 | 0 | 14 | 401 | 105 | 76 |
| Binary | 10000010 | 1011101 | 11100001 | 101010 | 111011 | 0 | 1100 | 100000001 | 1000101 | 111110 |
Color Harmonies of #825DE1
Complementary color
Monochromatic Colors of #825DE1
Black with #825DE1
Text Example
Text Example
White with #825DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DE1; }
p { color: rgb(130,93,225); }
H1.HeaderClassName
{
color: #825DE1;
}
.AnyTagClassName
{
color: #825DE1;
}
</style>
background-color css
<style>
a { background-color: #825DE1; }
a { background-color: rgb(130,93,225); }
div.DivClassName
{
background-color: #825DE1;
}
.BgClassName
{
background-color: #825DE1;
}
</style>
border-color css
<style>
span { border-color: #825DE1; }
span { border-color: rgb(130,93,225); }
td.TdClassName
{
border-color: #825DE1;
}
.TagClassName
{
border-color: #825DE1;
}
</style>