Shades of Medium Slate Blue #8166F1
Tints of Medium Slate Blue #8166F1
RGB
CMYK
RGB Variations
Color information
#8166F1 (or 0x8166F1) is known color: Medium Slate Blue. HEX triplet: 81, 66 and F1. RGB value is (129,102,241). Sum of RGB (Red+Green+Blue) = 129+102+241=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #8166F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8166F1 is #7E990E. Grayscale: #7D7D7D. Windows color (decimal): -8296719 or 15820417. OLE color: 15820417.
HSL color Cylindrical-coordinate representation of color #8166F1: hue angle of 251.65º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8166F1 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 102 | 241 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.05 |
| HSL | 251.65º | 0.83% | 0.67% | - |
| HSV(B) | 251.65º | 0.58% | 0.95% | - |
| XYZ | 29.68 | 20.52 | 85.62 | - |
| YUV | 125.92 | 192.95 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 241 | 0.46 | 0.58 | 0 | 0.05 | 251.65 | 0.83 | 0.67 |
| Hex | 81 | 66 | F1 | 2E | 3A | 0 | 5 | FC | 53 | 43 |
| Octal | 201 | 146 | 361 | 56 | 72 | 0 | 5 | 374 | 123 | 103 |
| Binary | 10000001 | 1100110 | 11110001 | 101110 | 111010 | 0 | 101 | 11111100 | 1010011 | 1000011 |
Color Harmonies of #8166F1
Complementary color
Monochromatic Colors of #8166F1
Black with #8166F1
Text Example
Text Example
White with #8166F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8166F1; }
p { color: rgb(129,102,241); }
H1.HeaderClassName
{
color: #8166F1;
}
.AnyTagClassName
{
color: #8166F1;
}
</style>
background-color css
<style>
a { background-color: #8166F1; }
a { background-color: rgb(129,102,241); }
div.DivClassName
{
background-color: #8166F1;
}
.BgClassName
{
background-color: #8166F1;
}
</style>
border-color css
<style>
span { border-color: #8166F1; }
span { border-color: rgb(129,102,241); }
td.TdClassName
{
border-color: #8166F1;
}
.TagClassName
{
border-color: #8166F1;
}
</style>