Shades of Medium Slate Blue #826CDC
Tints of Medium Slate Blue #826CDC
RGB
CMYK
RGB Variations
Color information
#826CDC (or 0x826CDC) is known color: Medium Slate Blue. HEX triplet: 82, 6C and DC. RGB value is (130,108,220). Sum of RGB (Red+Green+Blue) = 130+108+220=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #826CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CDC is #7D9323. Grayscale: #7E7E7E. Windows color (decimal): -8229668 or 14445698. OLE color: 14445698.
HSL color Cylindrical-coordinate representation of color #826CDC: hue angle of 251.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #826CDC is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 108 | 220 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.14 |
| HSL | 251.79º | 0.62% | 0.64% | - |
| HSV(B) | 251.79º | 0.51% | 0.86% | - |
| XYZ | 27.49 | 20.64 | 70.25 | - |
| YUV | 127.35 | 180.29 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 220 | 0.41 | 0.51 | 0 | 0.14 | 251.79 | 0.62 | 0.64 |
| Hex | 82 | 6C | DC | 29 | 33 | 0 | E | FC | 3E | 40 |
| Octal | 202 | 154 | 334 | 51 | 63 | 0 | 16 | 374 | 76 | 100 |
| Binary | 10000010 | 1101100 | 11011100 | 101001 | 110011 | 0 | 1110 | 11111100 | 111110 | 1000000 |
Color Harmonies of #826CDC
Complementary color
Monochromatic Colors of #826CDC
Black with #826CDC
Text Example
Text Example
White with #826CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CDC; }
p { color: rgb(130,108,220); }
H1.HeaderClassName
{
color: #826CDC;
}
.AnyTagClassName
{
color: #826CDC;
}
</style>
background-color css
<style>
a { background-color: #826CDC; }
a { background-color: rgb(130,108,220); }
div.DivClassName
{
background-color: #826CDC;
}
.BgClassName
{
background-color: #826CDC;
}
</style>
border-color css
<style>
span { border-color: #826CDC; }
span { border-color: rgb(130,108,220); }
td.TdClassName
{
border-color: #826CDC;
}
.TagClassName
{
border-color: #826CDC;
}
</style>