Shades of Medium Slate Blue #827DE1
Tints of Medium Slate Blue #827DE1
RGB
CMYK
RGB Variations
Color information
#827DE1 (or 0x827DE1) is known color: Medium Slate Blue. HEX triplet: 82, 7D and E1. RGB value is (130,125,225). Sum of RGB (Red+Green+Blue) = 130+125+225=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #827DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DE1 is #7D821E. Grayscale: #898989. Windows color (decimal): -8225311 or 14777730. OLE color: 14777730.
HSL color Cylindrical-coordinate representation of color #827DE1: hue angle of 243º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827DE1 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 125 | 225 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.12 |
| HSL | 243º | 0.63% | 0.69% | - |
| HSV(B) | 243º | 0.44% | 0.88% | - |
| XYZ | 30.13 | 24.85 | 74.44 | - |
| YUV | 137.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 225 | 0.42 | 0.44 | 0 | 0.12 | 243 | 0.63 | 0.69 |
| Hex | 82 | 7D | E1 | 2A | 2C | 0 | C | F3 | 3E | 45 |
| Octal | 202 | 175 | 341 | 52 | 54 | 0 | 14 | 363 | 76 | 105 |
| Binary | 10000010 | 1111101 | 11100001 | 101010 | 101100 | 0 | 1100 | 11110011 | 111110 | 1000101 |
Color Harmonies of #827DE1
Complementary color
Monochromatic Colors of #827DE1
Black with #827DE1
Text Example
Text Example
White with #827DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827DE1; }
p { color: rgb(130,125,225); }
H1.HeaderClassName
{
color: #827DE1;
}
.AnyTagClassName
{
color: #827DE1;
}
</style>
background-color css
<style>
a { background-color: #827DE1; }
a { background-color: rgb(130,125,225); }
div.DivClassName
{
background-color: #827DE1;
}
.BgClassName
{
background-color: #827DE1;
}
</style>
border-color css
<style>
span { border-color: #827DE1; }
span { border-color: rgb(130,125,225); }
td.TdClassName
{
border-color: #827DE1;
}
.TagClassName
{
border-color: #827DE1;
}
</style>