Shades of Medium Slate Blue #825DF9
Tints of Medium Slate Blue #825DF9
RGB
CMYK
RGB Variations
Color information
#825DF9 (or 0x825DF9) is known color: Medium Slate Blue. HEX triplet: 82, 5D and F9. RGB value is (130,93,249). Sum of RGB (Red+Green+Blue) = 130+93+249=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #825DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825DF9 is #7DA206. Grayscale: #797979. Windows color (decimal): -8233479 or 16342402. OLE color: 16342402.
HSL color Cylindrical-coordinate representation of color #825DF9: hue angle of 254.23º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #825DF9 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 93 | 249 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.02 |
| HSL | 254.23º | 0.93% | 0.67% | - |
| HSV(B) | 254.23º | 0.63% | 0.98% | - |
| XYZ | 30.22 | 19.41 | 91.78 | - |
| YUV | 121.85 | 199.76 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 249 | 0.48 | 0.63 | 0 | 0.02 | 254.23 | 0.93 | 0.67 |
| Hex | 82 | 5D | F9 | 30 | 3F | 0 | 2 | FE | 5D | 43 |
| Octal | 202 | 135 | 371 | 60 | 77 | 0 | 2 | 376 | 135 | 103 |
| Binary | 10000010 | 1011101 | 11111001 | 110000 | 111111 | 0 | 10 | 11111110 | 1011101 | 1000011 |
Color Harmonies of #825DF9
Complementary color
Monochromatic Colors of #825DF9
Black with #825DF9
Text Example
Text Example
White with #825DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DF9; }
p { color: rgb(130,93,249); }
H1.HeaderClassName
{
color: #825DF9;
}
.AnyTagClassName
{
color: #825DF9;
}
</style>
background-color css
<style>
a { background-color: #825DF9; }
a { background-color: rgb(130,93,249); }
div.DivClassName
{
background-color: #825DF9;
}
.BgClassName
{
background-color: #825DF9;
}
</style>
border-color css
<style>
span { border-color: #825DF9; }
span { border-color: rgb(130,93,249); }
td.TdClassName
{
border-color: #825DF9;
}
.TagClassName
{
border-color: #825DF9;
}
</style>