Shades of Medium Slate Blue #8166F3
Tints of Medium Slate Blue #8166F3
RGB
CMYK
RGB Variations
Color information
#8166F3 (or 0x8166F3) is known color: Medium Slate Blue. HEX triplet: 81, 66 and F3. RGB value is (129,102,243). Sum of RGB (Red+Green+Blue) = 129+102+243=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #8166F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8166F3 is #7E990C. Grayscale: #7D7D7D. Windows color (decimal): -8296717 or 15951489. OLE color: 15951489.
HSL color Cylindrical-coordinate representation of color #8166F3: hue angle of 251.49º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8166F3 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 102 | 243 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.05 |
| HSL | 251.49º | 0.85% | 0.68% | - |
| HSV(B) | 251.49º | 0.58% | 0.95% | - |
| XYZ | 29.98 | 20.64 | 87.2 | - |
| YUV | 126.15 | 193.95 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 243 | 0.47 | 0.58 | 0 | 0.05 | 251.49 | 0.85 | 0.68 |
| Hex | 81 | 66 | F3 | 2F | 3A | 0 | 5 | FB | 55 | 44 |
| Octal | 201 | 146 | 363 | 57 | 72 | 0 | 5 | 373 | 125 | 104 |
| Binary | 10000001 | 1100110 | 11110011 | 101111 | 111010 | 0 | 101 | 11111011 | 1010101 | 1000100 |
Color Harmonies of #8166F3
Complementary color
Monochromatic Colors of #8166F3
Black with #8166F3
Text Example
Text Example
White with #8166F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8166F3; }
p { color: rgb(129,102,243); }
H1.HeaderClassName
{
color: #8166F3;
}
.AnyTagClassName
{
color: #8166F3;
}
</style>
background-color css
<style>
a { background-color: #8166F3; }
a { background-color: rgb(129,102,243); }
div.DivClassName
{
background-color: #8166F3;
}
.BgClassName
{
background-color: #8166F3;
}
</style>
border-color css
<style>
span { border-color: #8166F3; }
span { border-color: rgb(129,102,243); }
td.TdClassName
{
border-color: #8166F3;
}
.TagClassName
{
border-color: #8166F3;
}
</style>