Shades of Medium Slate Blue #8266DD
Tints of Medium Slate Blue #8266DD
RGB
CMYK
RGB Variations
Color information
#8266DD (or 0x8266DD) is known color: Medium Slate Blue. HEX triplet: 82, 66 and DD. RGB value is (130,102,221). Sum of RGB (Red+Green+Blue) = 130+102+221=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #8266DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266DD is #7D9922. Grayscale: #7B7B7B. Windows color (decimal): -8231203 or 14509698. OLE color: 14509698.
HSL color Cylindrical-coordinate representation of color #8266DD: hue angle of 254.12º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8266DD is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 102 | 221 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.13 |
| HSL | 254.12º | 0.64% | 0.63% | - |
| HSV(B) | 254.12º | 0.54% | 0.87% | - |
| XYZ | 27.01 | 19.47 | 70.74 | - |
| YUV | 123.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 221 | 0.41 | 0.54 | 0 | 0.13 | 254.12 | 0.64 | 0.63 |
| Hex | 82 | 66 | DD | 29 | 36 | 0 | D | FE | 40 | 3F |
| Octal | 202 | 146 | 335 | 51 | 66 | 0 | 15 | 376 | 100 | 77 |
| Binary | 10000010 | 1100110 | 11011101 | 101001 | 110110 | 0 | 1101 | 11111110 | 1000000 | 111111 |
Color Harmonies of #8266DD
Complementary color
Monochromatic Colors of #8266DD
Black with #8266DD
Text Example
Text Example
White with #8266DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266DD; }
p { color: rgb(130,102,221); }
H1.HeaderClassName
{
color: #8266DD;
}
.AnyTagClassName
{
color: #8266DD;
}
</style>
background-color css
<style>
a { background-color: #8266DD; }
a { background-color: rgb(130,102,221); }
div.DivClassName
{
background-color: #8266DD;
}
.BgClassName
{
background-color: #8266DD;
}
</style>
border-color css
<style>
span { border-color: #8266DD; }
span { border-color: rgb(130,102,221); }
td.TdClassName
{
border-color: #8266DD;
}
.TagClassName
{
border-color: #8266DD;
}
</style>