Shades of Medium Slate Blue #8151FC
Tints of Medium Slate Blue #8151FC
RGB
CMYK
RGB Variations
Color information
#8151FC (or 0x8151FC) is known color: Medium Slate Blue. HEX triplet: 81, 51 and FC. RGB value is (129,81,252). Sum of RGB (Red+Green+Blue) = 129+81+252=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #8151FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8151FC is #7EAE03. Grayscale: #727272. Windows color (decimal): -8302084 or 16535937. OLE color: 16535937.
HSL color Cylindrical-coordinate representation of color #8151FC: hue angle of 256.84º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8151FC is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 81 | 252 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.01 |
| HSL | 256.84º | 0.97% | 0.65% | - |
| HSV(B) | 256.84º | 0.68% | 0.99% | - |
| XYZ | 29.57 | 17.58 | 93.93 | - |
| YUV | 114.85 | 205.4 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 252 | 0.49 | 0.68 | 0 | 0.01 | 256.84 | 0.97 | 0.65 |
| Hex | 81 | 51 | FC | 31 | 44 | 0 | 1 | 101 | 61 | 41 |
| Octal | 201 | 121 | 374 | 61 | 104 | 0 | 1 | 401 | 141 | 101 |
| Binary | 10000001 | 1010001 | 11111100 | 110001 | 1000100 | 0 | 1 | 100000001 | 1100001 | 1000001 |
Color Harmonies of #8151FC
Complementary color
Monochromatic Colors of #8151FC
Black with #8151FC
Text Example
Text Example
White with #8151FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151FC; }
p { color: rgb(129,81,252); }
H1.HeaderClassName
{
color: #8151FC;
}
.AnyTagClassName
{
color: #8151FC;
}
</style>
background-color css
<style>
a { background-color: #8151FC; }
a { background-color: rgb(129,81,252); }
div.DivClassName
{
background-color: #8151FC;
}
.BgClassName
{
background-color: #8151FC;
}
</style>
border-color css
<style>
span { border-color: #8151FC; }
span { border-color: rgb(129,81,252); }
td.TdClassName
{
border-color: #8151FC;
}
.TagClassName
{
border-color: #8151FC;
}
</style>