Shades of Medium Slate Blue #8266DF
Tints of Medium Slate Blue #8266DF
RGB
CMYK
RGB Variations
Color information
#8266DF (or 0x8266DF) is known color: Medium Slate Blue. HEX triplet: 82, 66 and DF. RGB value is (130,102,223). Sum of RGB (Red+Green+Blue) = 130+102+223=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #8266DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266DF is #7D9920. Grayscale: #7B7B7B. Windows color (decimal): -8231201 or 14640770. OLE color: 14640770.
HSL color Cylindrical-coordinate representation of color #8266DF: hue angle of 253.88º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8266DF is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 102 | 223 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.13 |
| HSL | 253.88º | 0.65% | 0.64% | - |
| HSV(B) | 253.88º | 0.54% | 0.87% | - |
| XYZ | 27.28 | 19.58 | 72.15 | - |
| YUV | 124.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 223 | 0.42 | 0.54 | 0 | 0.13 | 253.88 | 0.65 | 0.64 |
| Hex | 82 | 66 | DF | 2A | 36 | 0 | D | FE | 41 | 40 |
| Octal | 202 | 146 | 337 | 52 | 66 | 0 | 15 | 376 | 101 | 100 |
| Binary | 10000010 | 1100110 | 11011111 | 101010 | 110110 | 0 | 1101 | 11111110 | 1000001 | 1000000 |
Color Harmonies of #8266DF
Complementary color
Monochromatic Colors of #8266DF
Black with #8266DF
Text Example
Text Example
White with #8266DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266DF; }
p { color: rgb(130,102,223); }
H1.HeaderClassName
{
color: #8266DF;
}
.AnyTagClassName
{
color: #8266DF;
}
</style>
background-color css
<style>
a { background-color: #8266DF; }
a { background-color: rgb(130,102,223); }
div.DivClassName
{
background-color: #8266DF;
}
.BgClassName
{
background-color: #8266DF;
}
</style>
border-color css
<style>
span { border-color: #8266DF; }
span { border-color: rgb(130,102,223); }
td.TdClassName
{
border-color: #8266DF;
}
.TagClassName
{
border-color: #8266DF;
}
</style>