Shades of Medium Slate Blue #825CEB
Tints of Medium Slate Blue #825CEB
RGB
CMYK
RGB Variations
Color information
#825CEB (or 0x825CEB) is known color: Medium Slate Blue. HEX triplet: 82, 5C and EB. RGB value is (130,92,235). Sum of RGB (Red+Green+Blue) = 130+92+235=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #825CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825CEB is #7DA314. Grayscale: #777777. Windows color (decimal): -8233749 or 15424642. OLE color: 15424642.
HSL color Cylindrical-coordinate representation of color #825CEB: hue angle of 255.94º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #825CEB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 92 | 235 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.08 |
| HSL | 255.94º | 0.78% | 0.64% | - |
| HSV(B) | 255.94º | 0.61% | 0.92% | - |
| XYZ | 28.03 | 18.4 | 80.67 | - |
| YUV | 119.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 235 | 0.45 | 0.61 | 0 | 0.08 | 255.94 | 0.78 | 0.64 |
| Hex | 82 | 5C | EB | 2D | 3D | 0 | 8 | 100 | 4E | 40 |
| Octal | 202 | 134 | 353 | 55 | 75 | 0 | 10 | 400 | 116 | 100 |
| Binary | 10000010 | 1011100 | 11101011 | 101101 | 111101 | 0 | 1000 | 100000000 | 1001110 | 1000000 |
Color Harmonies of #825CEB
Complementary color
Monochromatic Colors of #825CEB
Black with #825CEB
Text Example
Text Example
White with #825CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CEB; }
p { color: rgb(130,92,235); }
H1.HeaderClassName
{
color: #825CEB;
}
.AnyTagClassName
{
color: #825CEB;
}
</style>
background-color css
<style>
a { background-color: #825CEB; }
a { background-color: rgb(130,92,235); }
div.DivClassName
{
background-color: #825CEB;
}
.BgClassName
{
background-color: #825CEB;
}
</style>
border-color css
<style>
span { border-color: #825CEB; }
span { border-color: rgb(130,92,235); }
td.TdClassName
{
border-color: #825CEB;
}
.TagClassName
{
border-color: #825CEB;
}
</style>