Shades of Medium Slate Blue #825BFD
Tints of Medium Slate Blue #825BFD
RGB
CMYK
RGB Variations
Color information
#825BFD (or 0x825BFD) is known color: Medium Slate Blue. HEX triplet: 82, 5B and FD. RGB value is (130,91,253). Sum of RGB (Red+Green+Blue) = 130+91+253=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #825BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825BFD is #7DA402. Grayscale: #787878. Windows color (decimal): -8233987 or 16604034. OLE color: 16604034.
HSL color Cylindrical-coordinate representation of color #825BFD: hue angle of 254.44º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #825BFD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 91 | 253 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.01 |
| HSL | 254.44º | 0.98% | 0.67% | - |
| HSV(B) | 254.44º | 0.64% | 0.99% | - |
| XYZ | 30.68 | 19.32 | 95.04 | - |
| YUV | 121.13 | 202.42 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 253 | 0.49 | 0.64 | 0 | 0.01 | 254.44 | 0.98 | 0.67 |
| Hex | 82 | 5B | FD | 31 | 40 | 0 | 1 | FE | 62 | 43 |
| Octal | 202 | 133 | 375 | 61 | 100 | 0 | 1 | 376 | 142 | 103 |
| Binary | 10000010 | 1011011 | 11111101 | 110001 | 1000000 | 0 | 1 | 11111110 | 1100010 | 1000011 |
Color Harmonies of #825BFD
Complementary color
Monochromatic Colors of #825BFD
Black with #825BFD
Text Example
Text Example
White with #825BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BFD; }
p { color: rgb(130,91,253); }
H1.HeaderClassName
{
color: #825BFD;
}
.AnyTagClassName
{
color: #825BFD;
}
</style>
background-color css
<style>
a { background-color: #825BFD; }
a { background-color: rgb(130,91,253); }
div.DivClassName
{
background-color: #825BFD;
}
.BgClassName
{
background-color: #825BFD;
}
</style>
border-color css
<style>
span { border-color: #825BFD; }
span { border-color: rgb(130,91,253); }
td.TdClassName
{
border-color: #825BFD;
}
.TagClassName
{
border-color: #825BFD;
}
</style>