Shades of Medium Slate Blue #825ADF
Tints of Medium Slate Blue #825ADF
RGB
CMYK
RGB Variations
Color information
#825ADF (or 0x825ADF) is known color: Medium Slate Blue. HEX triplet: 82, 5A and DF. RGB value is (130,90,223). Sum of RGB (Red+Green+Blue) = 130+90+223=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #825ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ADF is #7DA520. Grayscale: #747474. Windows color (decimal): -8234273 or 14637698. OLE color: 14637698.
HSL color Cylindrical-coordinate representation of color #825ADF: hue angle of 258.05º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #825ADF is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 90 | 223 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.13 |
| HSL | 258.05º | 0.68% | 0.61% | - |
| HSV(B) | 258.05º | 0.6% | 0.87% | - |
| XYZ | 26.18 | 17.39 | 71.79 | - |
| YUV | 117.12 | 187.75 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 223 | 0.42 | 0.60 | 0 | 0.13 | 258.05 | 0.68 | 0.61 |
| Hex | 82 | 5A | DF | 2A | 3C | 0 | D | 102 | 44 | 3D |
| Octal | 202 | 132 | 337 | 52 | 74 | 0 | 15 | 402 | 104 | 75 |
| Binary | 10000010 | 1011010 | 11011111 | 101010 | 111100 | 0 | 1101 | 100000010 | 1000100 | 111101 |
Color Harmonies of #825ADF
Complementary color
Monochromatic Colors of #825ADF
Black with #825ADF
Text Example
Text Example
White with #825ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825ADF; }
p { color: rgb(130,90,223); }
H1.HeaderClassName
{
color: #825ADF;
}
.AnyTagClassName
{
color: #825ADF;
}
</style>
background-color css
<style>
a { background-color: #825ADF; }
a { background-color: rgb(130,90,223); }
div.DivClassName
{
background-color: #825ADF;
}
.BgClassName
{
background-color: #825ADF;
}
</style>
border-color css
<style>
span { border-color: #825ADF; }
span { border-color: rgb(130,90,223); }
td.TdClassName
{
border-color: #825ADF;
}
.TagClassName
{
border-color: #825ADF;
}
</style>