Shades of Medium Slate Blue #8148FE
Tints of Medium Slate Blue #8148FE
RGB
CMYK
RGB Variations
Color information
#8148FE (or 0x8148FE) is known color: Medium Slate Blue. HEX triplet: 81, 48 and FE. RGB value is (129,72,254). Sum of RGB (Red+Green+Blue) = 129+72+254=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #8148FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8148FE is #7EB701. Grayscale: #6D6D6D. Windows color (decimal): -8304386 or 16664705. OLE color: 16664705.
HSL color Cylindrical-coordinate representation of color #8148FE: hue angle of 258.79º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8148FE is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 72 | 254 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.00 |
| HSL | 258.79º | 0.99% | 0.64% | - |
| HSV(B) | 258.79º | 0.72% | 1% | - |
| XYZ | 29.26 | 16.46 | 95.4 | - |
| YUV | 109.79 | 209.38 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 254 | 0.49 | 0.72 | 0 | 0.00 | 258.79 | 0.99 | 0.64 |
| Hex | 81 | 48 | FE | 31 | 48 | 0 | 0 | 103 | 63 | 40 |
| Octal | 201 | 110 | 376 | 61 | 110 | 0 | 0 | 403 | 143 | 100 |
| Binary | 10000001 | 1001000 | 11111110 | 110001 | 1001000 | 0 | 0 | 100000011 | 1100011 | 1000000 |
Color Harmonies of #8148FE
Complementary color
Monochromatic Colors of #8148FE
Black with #8148FE
Text Example
Text Example
White with #8148FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8148FE; }
p { color: rgb(129,72,254); }
H1.HeaderClassName
{
color: #8148FE;
}
.AnyTagClassName
{
color: #8148FE;
}
</style>
background-color css
<style>
a { background-color: #8148FE; }
a { background-color: rgb(129,72,254); }
div.DivClassName
{
background-color: #8148FE;
}
.BgClassName
{
background-color: #8148FE;
}
</style>
border-color css
<style>
span { border-color: #8148FE; }
span { border-color: rgb(129,72,254); }
td.TdClassName
{
border-color: #8148FE;
}
.TagClassName
{
border-color: #8148FE;
}
</style>