Shades of Medium Slate Blue #826CDD
Tints of Medium Slate Blue #826CDD
RGB
CMYK
RGB Variations
Color information
#826CDD (or 0x826CDD) is known color: Medium Slate Blue. HEX triplet: 82, 6C and DD. RGB value is (130,108,221). Sum of RGB (Red+Green+Blue) = 130+108+221=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #826CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CDD is #7D9322. Grayscale: #7F7F7F. Windows color (decimal): -8229667 or 14511234. OLE color: 14511234.
HSL color Cylindrical-coordinate representation of color #826CDD: hue angle of 251.68º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #826CDD is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 108 | 221 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.13 |
| HSL | 251.68º | 0.62% | 0.65% | - |
| HSV(B) | 251.68º | 0.51% | 0.87% | - |
| XYZ | 27.62 | 20.69 | 70.94 | - |
| YUV | 127.46 | 180.79 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 221 | 0.41 | 0.51 | 0 | 0.13 | 251.68 | 0.62 | 0.65 |
| Hex | 82 | 6C | DD | 29 | 33 | 0 | D | FC | 3E | 41 |
| Octal | 202 | 154 | 335 | 51 | 63 | 0 | 15 | 374 | 76 | 101 |
| Binary | 10000010 | 1101100 | 11011101 | 101001 | 110011 | 0 | 1101 | 11111100 | 111110 | 1000001 |
Color Harmonies of #826CDD
Complementary color
Monochromatic Colors of #826CDD
Black with #826CDD
Text Example
Text Example
White with #826CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CDD; }
p { color: rgb(130,108,221); }
H1.HeaderClassName
{
color: #826CDD;
}
.AnyTagClassName
{
color: #826CDD;
}
</style>
background-color css
<style>
a { background-color: #826CDD; }
a { background-color: rgb(130,108,221); }
div.DivClassName
{
background-color: #826CDD;
}
.BgClassName
{
background-color: #826CDD;
}
</style>
border-color css
<style>
span { border-color: #826CDD; }
span { border-color: rgb(130,108,221); }
td.TdClassName
{
border-color: #826CDD;
}
.TagClassName
{
border-color: #826CDD;
}
</style>