Shades of Medium Slate Blue #8149FE
Tints of Medium Slate Blue #8149FE
RGB
CMYK
RGB Variations
Color information
#8149FE (or 0x8149FE) is known color: Medium Slate Blue. HEX triplet: 81, 49 and FE. RGB value is (129,73,254). Sum of RGB (Red+Green+Blue) = 129+73+254=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #8149FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8149FE is #7EB601. Grayscale: #6D6D6D. Windows color (decimal): -8304130 or 16664961. OLE color: 16664961.
HSL color Cylindrical-coordinate representation of color #8149FE: hue angle of 258.56º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8149FE is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 73 | 254 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.00 |
| HSL | 258.56º | 0.99% | 0.64% | - |
| HSV(B) | 258.56º | 0.71% | 1% | - |
| XYZ | 29.33 | 16.59 | 95.42 | - |
| YUV | 110.38 | 209.05 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 254 | 0.49 | 0.71 | 0 | 0.00 | 258.56 | 0.99 | 0.64 |
| Hex | 81 | 49 | FE | 31 | 47 | 0 | 0 | 103 | 63 | 40 |
| Octal | 201 | 111 | 376 | 61 | 107 | 0 | 0 | 403 | 143 | 100 |
| Binary | 10000001 | 1001001 | 11111110 | 110001 | 1000111 | 0 | 0 | 100000011 | 1100011 | 1000000 |
Color Harmonies of #8149FE
Complementary color
Monochromatic Colors of #8149FE
Black with #8149FE
Text Example
Text Example
White with #8149FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8149FE; }
p { color: rgb(129,73,254); }
H1.HeaderClassName
{
color: #8149FE;
}
.AnyTagClassName
{
color: #8149FE;
}
</style>
background-color css
<style>
a { background-color: #8149FE; }
a { background-color: rgb(129,73,254); }
div.DivClassName
{
background-color: #8149FE;
}
.BgClassName
{
background-color: #8149FE;
}
</style>
border-color css
<style>
span { border-color: #8149FE; }
span { border-color: rgb(129,73,254); }
td.TdClassName
{
border-color: #8149FE;
}
.TagClassName
{
border-color: #8149FE;
}
</style>