Shades of Medium Slate Blue #825FEB
Tints of Medium Slate Blue #825FEB
RGB
CMYK
RGB Variations
Color information
#825FEB (or 0x825FEB) is known color: Medium Slate Blue. HEX triplet: 82, 5F and EB. RGB value is (130,95,235). Sum of RGB (Red+Green+Blue) = 130+95+235=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #825FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825FEB is #7DA014. Grayscale: #787878. Windows color (decimal): -8232981 or 15425410. OLE color: 15425410.
HSL color Cylindrical-coordinate representation of color #825FEB: hue angle of 255º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #825FEB is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 95 | 235 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.08 |
| HSL | 255º | 0.78% | 0.65% | - |
| HSV(B) | 255º | 0.6% | 0.92% | - |
| XYZ | 28.29 | 18.93 | 80.76 | - |
| YUV | 121.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 235 | 0.45 | 0.60 | 0 | 0.08 | 255 | 0.78 | 0.65 |
| Hex | 82 | 5F | EB | 2D | 3C | 0 | 8 | FF | 4E | 41 |
| Octal | 202 | 137 | 353 | 55 | 74 | 0 | 10 | 377 | 116 | 101 |
| Binary | 10000010 | 1011111 | 11101011 | 101101 | 111100 | 0 | 1000 | 11111111 | 1001110 | 1000001 |
Color Harmonies of #825FEB
Complementary color
Monochromatic Colors of #825FEB
Black with #825FEB
Text Example
Text Example
White with #825FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FEB; }
p { color: rgb(130,95,235); }
H1.HeaderClassName
{
color: #825FEB;
}
.AnyTagClassName
{
color: #825FEB;
}
</style>
background-color css
<style>
a { background-color: #825FEB; }
a { background-color: rgb(130,95,235); }
div.DivClassName
{
background-color: #825FEB;
}
.BgClassName
{
background-color: #825FEB;
}
</style>
border-color css
<style>
span { border-color: #825FEB; }
span { border-color: rgb(130,95,235); }
td.TdClassName
{
border-color: #825FEB;
}
.TagClassName
{
border-color: #825FEB;
}
</style>