Shades of Medium Slate Blue #827CED
Tints of Medium Slate Blue #827CED
RGB
CMYK
RGB Variations
Color information
#827CED (or 0x827CED) is known color: Medium Slate Blue. HEX triplet: 82, 7C and ED. RGB value is (130,124,237). Sum of RGB (Red+Green+Blue) = 130+124+237=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #827CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827CED is #7D8312. Grayscale: #8A8A8A. Windows color (decimal): -8225555 or 15563906. OLE color: 15563906.
HSL color Cylindrical-coordinate representation of color #827CED: hue angle of 243.19º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #827CED is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 124 | 237 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.07 |
| HSL | 243.19º | 0.76% | 0.71% | - |
| HSV(B) | 243.19º | 0.48% | 0.93% | - |
| XYZ | 31.7 | 25.28 | 83.33 | - |
| YUV | 138.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 237 | 0.45 | 0.48 | 0 | 0.07 | 243.19 | 0.76 | 0.71 |
| Hex | 82 | 7C | ED | 2D | 30 | 0 | 7 | F3 | 4C | 47 |
| Octal | 202 | 174 | 355 | 55 | 60 | 0 | 7 | 363 | 114 | 107 |
| Binary | 10000010 | 1111100 | 11101101 | 101101 | 110000 | 0 | 111 | 11110011 | 1001100 | 1000111 |
Color Harmonies of #827CED
Complementary color
Monochromatic Colors of #827CED
Black with #827CED
Text Example
Text Example
White with #827CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827CED; }
p { color: rgb(130,124,237); }
H1.HeaderClassName
{
color: #827CED;
}
.AnyTagClassName
{
color: #827CED;
}
</style>
background-color css
<style>
a { background-color: #827CED; }
a { background-color: rgb(130,124,237); }
div.DivClassName
{
background-color: #827CED;
}
.BgClassName
{
background-color: #827CED;
}
</style>
border-color css
<style>
span { border-color: #827CED; }
span { border-color: rgb(130,124,237); }
td.TdClassName
{
border-color: #827CED;
}
.TagClassName
{
border-color: #827CED;
}
</style>