Shades of Medium Slate Blue #825FDD
Tints of Medium Slate Blue #825FDD
RGB
CMYK
RGB Variations
Color information
#825FDD (or 0x825FDD) is known color: Medium Slate Blue. HEX triplet: 82, 5F and DD. RGB value is (130,95,221). Sum of RGB (Red+Green+Blue) = 130+95+221=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #825FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FDD is #7DA022. Grayscale: #777777. Windows color (decimal): -8232995 or 14507906. OLE color: 14507906.
HSL color Cylindrical-coordinate representation of color #825FDD: hue angle of 256.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #825FDD is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 95 | 221 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.13 |
| HSL | 256.67º | 0.65% | 0.62% | - |
| HSV(B) | 256.67º | 0.57% | 0.87% | - |
| XYZ | 26.35 | 18.15 | 70.52 | - |
| YUV | 119.83 | 185.1 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 221 | 0.41 | 0.57 | 0 | 0.13 | 256.67 | 0.65 | 0.62 |
| Hex | 82 | 5F | DD | 29 | 39 | 0 | D | 101 | 41 | 3E |
| Octal | 202 | 137 | 335 | 51 | 71 | 0 | 15 | 401 | 101 | 76 |
| Binary | 10000010 | 1011111 | 11011101 | 101001 | 111001 | 0 | 1101 | 100000001 | 1000001 | 111110 |
Color Harmonies of #825FDD
Complementary color
Monochromatic Colors of #825FDD
Black with #825FDD
Text Example
Text Example
White with #825FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FDD; }
p { color: rgb(130,95,221); }
H1.HeaderClassName
{
color: #825FDD;
}
.AnyTagClassName
{
color: #825FDD;
}
</style>
background-color css
<style>
a { background-color: #825FDD; }
a { background-color: rgb(130,95,221); }
div.DivClassName
{
background-color: #825FDD;
}
.BgClassName
{
background-color: #825FDD;
}
</style>
border-color css
<style>
span { border-color: #825FDD; }
span { border-color: rgb(130,95,221); }
td.TdClassName
{
border-color: #825FDD;
}
.TagClassName
{
border-color: #825FDD;
}
</style>