Shades of Medium Slate Blue #825FFA
Tints of Medium Slate Blue #825FFA
RGB
CMYK
RGB Variations
Color information
#825FFA (or 0x825FFA) is known color: Medium Slate Blue. HEX triplet: 82, 5F and FA. RGB value is (130,95,250). Sum of RGB (Red+Green+Blue) = 130+95+250=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #825FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825FFA is #7DA005. Grayscale: #7A7A7A. Windows color (decimal): -8232966 or 16408450. OLE color: 16408450.
HSL color Cylindrical-coordinate representation of color #825FFA: hue angle of 253.55º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825FFA is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 95 | 250 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.02 |
| HSL | 253.55º | 0.94% | 0.68% | - |
| HSV(B) | 253.55º | 0.62% | 0.98% | - |
| XYZ | 30.55 | 19.83 | 92.66 | - |
| YUV | 123.14 | 199.6 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 250 | 0.48 | 0.62 | 0 | 0.02 | 253.55 | 0.94 | 0.68 |
| Hex | 82 | 5F | FA | 30 | 3E | 0 | 2 | FE | 5E | 44 |
| Octal | 202 | 137 | 372 | 60 | 76 | 0 | 2 | 376 | 136 | 104 |
| Binary | 10000010 | 1011111 | 11111010 | 110000 | 111110 | 0 | 10 | 11111110 | 1011110 | 1000100 |
Color Harmonies of #825FFA
Complementary color
Monochromatic Colors of #825FFA
Black with #825FFA
Text Example
Text Example
White with #825FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FFA; }
p { color: rgb(130,95,250); }
H1.HeaderClassName
{
color: #825FFA;
}
.AnyTagClassName
{
color: #825FFA;
}
</style>
background-color css
<style>
a { background-color: #825FFA; }
a { background-color: rgb(130,95,250); }
div.DivClassName
{
background-color: #825FFA;
}
.BgClassName
{
background-color: #825FFA;
}
</style>
border-color css
<style>
span { border-color: #825FFA; }
span { border-color: rgb(130,95,250); }
td.TdClassName
{
border-color: #825FFA;
}
.TagClassName
{
border-color: #825FFA;
}
</style>