Shades of Medium Slate Blue #8266DC
Tints of Medium Slate Blue #8266DC
RGB
CMYK
RGB Variations
Color information
#8266DC (or 0x8266DC) is known color: Medium Slate Blue. HEX triplet: 82, 66 and DC. RGB value is (130,102,220). Sum of RGB (Red+Green+Blue) = 130+102+220=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #8266DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266DC is #7D9923. Grayscale: #7B7B7B. Windows color (decimal): -8231204 or 14444162. OLE color: 14444162.
HSL color Cylindrical-coordinate representation of color #8266DC: hue angle of 254.24º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8266DC is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 102 | 220 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.14 |
| HSL | 254.24º | 0.63% | 0.63% | - |
| HSV(B) | 254.24º | 0.54% | 0.86% | - |
| XYZ | 26.88 | 19.42 | 70.04 | - |
| YUV | 123.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 220 | 0.41 | 0.54 | 0 | 0.14 | 254.24 | 0.63 | 0.63 |
| Hex | 82 | 66 | DC | 29 | 36 | 0 | E | FE | 3F | 3F |
| Octal | 202 | 146 | 334 | 51 | 66 | 0 | 16 | 376 | 77 | 77 |
| Binary | 10000010 | 1100110 | 11011100 | 101001 | 110110 | 0 | 1110 | 11111110 | 111111 | 111111 |
Color Harmonies of #8266DC
Complementary color
Monochromatic Colors of #8266DC
Black with #8266DC
Text Example
Text Example
White with #8266DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266DC; }
p { color: rgb(130,102,220); }
H1.HeaderClassName
{
color: #8266DC;
}
.AnyTagClassName
{
color: #8266DC;
}
</style>
background-color css
<style>
a { background-color: #8266DC; }
a { background-color: rgb(130,102,220); }
div.DivClassName
{
background-color: #8266DC;
}
.BgClassName
{
background-color: #8266DC;
}
</style>
border-color css
<style>
span { border-color: #8266DC; }
span { border-color: rgb(130,102,220); }
td.TdClassName
{
border-color: #8266DC;
}
.TagClassName
{
border-color: #8266DC;
}
</style>