Shades of Medium Slate Blue #825FDF
Tints of Medium Slate Blue #825FDF
RGB
CMYK
RGB Variations
Color information
#825FDF (or 0x825FDF) is known color: Medium Slate Blue. HEX triplet: 82, 5F and DF. RGB value is (130,95,223). Sum of RGB (Red+Green+Blue) = 130+95+223=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #825FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FDF is #7DA020. Grayscale: #777777. Windows color (decimal): -8232993 or 14638978. OLE color: 14638978.
HSL color Cylindrical-coordinate representation of color #825FDF: hue angle of 256.41º degrees, saturation: 0.67, 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 #825FDF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 95 | 223 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.13 |
| HSL | 256.41º | 0.67% | 0.62% | - |
| HSV(B) | 256.41º | 0.57% | 0.87% | - |
| XYZ | 26.62 | 18.26 | 71.93 | - |
| YUV | 120.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 223 | 0.42 | 0.57 | 0 | 0.13 | 256.41 | 0.67 | 0.62 |
| Hex | 82 | 5F | DF | 2A | 39 | 0 | D | 100 | 43 | 3E |
| Octal | 202 | 137 | 337 | 52 | 71 | 0 | 15 | 400 | 103 | 76 |
| Binary | 10000010 | 1011111 | 11011111 | 101010 | 111001 | 0 | 1101 | 100000000 | 1000011 | 111110 |
Color Harmonies of #825FDF
Complementary color
Monochromatic Colors of #825FDF
Black with #825FDF
Text Example
Text Example
White with #825FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FDF; }
p { color: rgb(130,95,223); }
H1.HeaderClassName
{
color: #825FDF;
}
.AnyTagClassName
{
color: #825FDF;
}
</style>
background-color css
<style>
a { background-color: #825FDF; }
a { background-color: rgb(130,95,223); }
div.DivClassName
{
background-color: #825FDF;
}
.BgClassName
{
background-color: #825FDF;
}
</style>
border-color css
<style>
span { border-color: #825FDF; }
span { border-color: rgb(130,95,223); }
td.TdClassName
{
border-color: #825FDF;
}
.TagClassName
{
border-color: #825FDF;
}
</style>