Shades of Medium Slate Blue #8266F6
Tints of Medium Slate Blue #8266F6
RGB
CMYK
RGB Variations
Color information
#8266F6 (or 0x8266F6) is known color: Medium Slate Blue. HEX triplet: 82, 66 and F6. RGB value is (130,102,246). Sum of RGB (Red+Green+Blue) = 130+102+246=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 246 (96.48% from 255 or 51.46% from 478); Max value from RGB is 246 - color contains mainly: blue. Hex color #8266F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8266F6 is #7D9909. Grayscale: #7E7E7E. Windows color (decimal): -8231178 or 16148098. OLE color: 16148098.
HSL color Cylindrical-coordinate representation of color #8266F6: hue angle of 251.67º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8266F6 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 102 | 246 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.04 |
| HSL | 251.67º | 0.89% | 0.68% | - |
| HSV(B) | 251.67º | 0.59% | 0.96% | - |
| XYZ | 30.59 | 20.9 | 89.61 | - |
| YUV | 126.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 246 | 0.47 | 0.59 | 0 | 0.04 | 251.67 | 0.89 | 0.68 |
| Hex | 82 | 66 | F6 | 2F | 3B | 0 | 4 | FC | 59 | 44 |
| Octal | 202 | 146 | 366 | 57 | 73 | 0 | 4 | 374 | 131 | 104 |
| Binary | 10000010 | 1100110 | 11110110 | 101111 | 111011 | 0 | 100 | 11111100 | 1011001 | 1000100 |
Color Harmonies of #8266F6
Complementary color
Monochromatic Colors of #8266F6
Black with #8266F6
Text Example
Text Example
White with #8266F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266F6; }
p { color: rgb(130,102,246); }
H1.HeaderClassName
{
color: #8266F6;
}
.AnyTagClassName
{
color: #8266F6;
}
</style>
background-color css
<style>
a { background-color: #8266F6; }
a { background-color: rgb(130,102,246); }
div.DivClassName
{
background-color: #8266F6;
}
.BgClassName
{
background-color: #8266F6;
}
</style>
border-color css
<style>
span { border-color: #8266F6; }
span { border-color: rgb(130,102,246); }
td.TdClassName
{
border-color: #8266F6;
}
.TagClassName
{
border-color: #8266F6;
}
</style>