Shades of Medium Slate Blue #825ADD
Tints of Medium Slate Blue #825ADD
RGB
CMYK
RGB Variations
Color information
#825ADD (or 0x825ADD) is known color: Medium Slate Blue. HEX triplet: 82, 5A and DD. RGB value is (130,90,221). Sum of RGB (Red+Green+Blue) = 130+90+221=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #825ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ADD is #7DA522. Grayscale: #747474. Windows color (decimal): -8234275 or 14506626. OLE color: 14506626.
HSL color Cylindrical-coordinate representation of color #825ADD: hue angle of 258.32º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #825ADD is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 90 | 221 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.13 |
| HSL | 258.32º | 0.66% | 0.61% | - |
| HSV(B) | 258.32º | 0.59% | 0.87% | - |
| XYZ | 25.91 | 17.28 | 70.38 | - |
| YUV | 116.89 | 186.75 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 221 | 0.41 | 0.59 | 0 | 0.13 | 258.32 | 0.66 | 0.61 |
| Hex | 82 | 5A | DD | 29 | 3B | 0 | D | 102 | 42 | 3D |
| Octal | 202 | 132 | 335 | 51 | 73 | 0 | 15 | 402 | 102 | 75 |
| Binary | 10000010 | 1011010 | 11011101 | 101001 | 111011 | 0 | 1101 | 100000010 | 1000010 | 111101 |
Color Harmonies of #825ADD
Complementary color
Monochromatic Colors of #825ADD
Black with #825ADD
Text Example
Text Example
White with #825ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825ADD; }
p { color: rgb(130,90,221); }
H1.HeaderClassName
{
color: #825ADD;
}
.AnyTagClassName
{
color: #825ADD;
}
</style>
background-color css
<style>
a { background-color: #825ADD; }
a { background-color: rgb(130,90,221); }
div.DivClassName
{
background-color: #825ADD;
}
.BgClassName
{
background-color: #825ADD;
}
</style>
border-color css
<style>
span { border-color: #825ADD; }
span { border-color: rgb(130,90,221); }
td.TdClassName
{
border-color: #825ADD;
}
.TagClassName
{
border-color: #825ADD;
}
</style>