Shades of Medium Slate Blue #825EDF
Tints of Medium Slate Blue #825EDF
RGB
CMYK
RGB Variations
Color information
#825EDF (or 0x825EDF) is known color: Medium Slate Blue. HEX triplet: 82, 5E and DF. RGB value is (130,94,223). Sum of RGB (Red+Green+Blue) = 130+94+223=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #825EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EDF is #7DA120. Grayscale: #767676. Windows color (decimal): -8233249 or 14638722. OLE color: 14638722.
HSL color Cylindrical-coordinate representation of color #825EDF: hue angle of 256.74º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825EDF is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 94 | 223 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.13 |
| HSL | 256.74º | 0.67% | 0.62% | - |
| HSV(B) | 256.74º | 0.58% | 0.87% | - |
| XYZ | 26.53 | 18.08 | 71.9 | - |
| YUV | 119.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 223 | 0.42 | 0.58 | 0 | 0.13 | 256.74 | 0.67 | 0.62 |
| Hex | 82 | 5E | DF | 2A | 3A | 0 | D | 101 | 43 | 3E |
| Octal | 202 | 136 | 337 | 52 | 72 | 0 | 15 | 401 | 103 | 76 |
| Binary | 10000010 | 1011110 | 11011111 | 101010 | 111010 | 0 | 1101 | 100000001 | 1000011 | 111110 |
Color Harmonies of #825EDF
Complementary color
Monochromatic Colors of #825EDF
Black with #825EDF
Text Example
Text Example
White with #825EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825EDF; }
p { color: rgb(130,94,223); }
H1.HeaderClassName
{
color: #825EDF;
}
.AnyTagClassName
{
color: #825EDF;
}
</style>
background-color css
<style>
a { background-color: #825EDF; }
a { background-color: rgb(130,94,223); }
div.DivClassName
{
background-color: #825EDF;
}
.BgClassName
{
background-color: #825EDF;
}
</style>
border-color css
<style>
span { border-color: #825EDF; }
span { border-color: rgb(130,94,223); }
td.TdClassName
{
border-color: #825EDF;
}
.TagClassName
{
border-color: #825EDF;
}
</style>