Shades of Medium Slate Blue #825DF6
Tints of Medium Slate Blue #825DF6
RGB
CMYK
RGB Variations
Color information
#825DF6 (or 0x825DF6) is known color: Medium Slate Blue. HEX triplet: 82, 5D and F6. RGB value is (130,93,246). Sum of RGB (Red+Green+Blue) = 130+93+246=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #825DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825DF6 is #7DA209. Grayscale: #787878. Windows color (decimal): -8233482 or 16145794. OLE color: 16145794.
HSL color Cylindrical-coordinate representation of color #825DF6: hue angle of 254.51º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825DF6 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 93 | 246 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.04 |
| HSL | 254.51º | 0.89% | 0.66% | - |
| HSV(B) | 254.51º | 0.62% | 0.96% | - |
| XYZ | 29.75 | 19.23 | 89.33 | - |
| YUV | 121.51 | 198.26 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 246 | 0.47 | 0.62 | 0 | 0.04 | 254.51 | 0.89 | 0.66 |
| Hex | 82 | 5D | F6 | 2F | 3E | 0 | 4 | FF | 59 | 42 |
| Octal | 202 | 135 | 366 | 57 | 76 | 0 | 4 | 377 | 131 | 102 |
| Binary | 10000010 | 1011101 | 11110110 | 101111 | 111110 | 0 | 100 | 11111111 | 1011001 | 1000010 |
Color Harmonies of #825DF6
Complementary color
Monochromatic Colors of #825DF6
Black with #825DF6
Text Example
Text Example
White with #825DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DF6; }
p { color: rgb(130,93,246); }
H1.HeaderClassName
{
color: #825DF6;
}
.AnyTagClassName
{
color: #825DF6;
}
</style>
background-color css
<style>
a { background-color: #825DF6; }
a { background-color: rgb(130,93,246); }
div.DivClassName
{
background-color: #825DF6;
}
.BgClassName
{
background-color: #825DF6;
}
</style>
border-color css
<style>
span { border-color: #825DF6; }
span { border-color: rgb(130,93,246); }
td.TdClassName
{
border-color: #825DF6;
}
.TagClassName
{
border-color: #825DF6;
}
</style>