Shades of Medium Slate Blue #8164F1
Tints of Medium Slate Blue #8164F1
RGB
CMYK
RGB Variations
Color information
#8164F1 (or 0x8164F1) is known color: Medium Slate Blue. HEX triplet: 81, 64 and F1. RGB value is (129,100,241). Sum of RGB (Red+Green+Blue) = 129+100+241=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #8164F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8164F1 is #7E9B0E. Grayscale: #7C7C7C. Windows color (decimal): -8297231 or 15819905. OLE color: 15819905.
HSL color Cylindrical-coordinate representation of color #8164F1: hue angle of 252.34º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8164F1 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 100 | 241 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.05 |
| HSL | 252.34º | 0.83% | 0.67% | - |
| HSV(B) | 252.34º | 0.59% | 0.95% | - |
| XYZ | 29.49 | 20.13 | 85.55 | - |
| YUV | 124.75 | 193.61 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 241 | 0.46 | 0.59 | 0 | 0.05 | 252.34 | 0.83 | 0.67 |
| Hex | 81 | 64 | F1 | 2E | 3B | 0 | 5 | FC | 53 | 43 |
| Octal | 201 | 144 | 361 | 56 | 73 | 0 | 5 | 374 | 123 | 103 |
| Binary | 10000001 | 1100100 | 11110001 | 101110 | 111011 | 0 | 101 | 11111100 | 1010011 | 1000011 |
Color Harmonies of #8164F1
Complementary color
Monochromatic Colors of #8164F1
Black with #8164F1
Text Example
Text Example
White with #8164F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8164F1; }
p { color: rgb(129,100,241); }
H1.HeaderClassName
{
color: #8164F1;
}
.AnyTagClassName
{
color: #8164F1;
}
</style>
background-color css
<style>
a { background-color: #8164F1; }
a { background-color: rgb(129,100,241); }
div.DivClassName
{
background-color: #8164F1;
}
.BgClassName
{
background-color: #8164F1;
}
</style>
border-color css
<style>
span { border-color: #8164F1; }
span { border-color: rgb(129,100,241); }
td.TdClassName
{
border-color: #8164F1;
}
.TagClassName
{
border-color: #8164F1;
}
</style>