Shades of Medium Slate Blue #8149F3
Tints of Medium Slate Blue #8149F3
RGB
CMYK
RGB Variations
Color information
#8149F3 (or 0x8149F3) is known color: Medium Slate Blue. HEX triplet: 81, 49 and F3. RGB value is (129,73,243). Sum of RGB (Red+Green+Blue) = 129+73+243=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 243 (95.31% from 255 or 54.61% from 445); Max value from RGB is 243 - color contains mainly: blue. Hex color #8149F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8149F3 is #7EB60C. Grayscale: #6C6C6C. Windows color (decimal): -8304141 or 15944065. OLE color: 15944065.
HSL color Cylindrical-coordinate representation of color #8149F3: hue angle of 259.76º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8149F3 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 73 | 243 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.05 |
| HSL | 259.76º | 0.88% | 0.62% | - |
| HSV(B) | 259.76º | 0.7% | 0.95% | - |
| XYZ | 27.61 | 15.9 | 86.41 | - |
| YUV | 109.12 | 203.55 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 243 | 0.47 | 0.70 | 0 | 0.05 | 259.76 | 0.88 | 0.62 |
| Hex | 81 | 49 | F3 | 2F | 46 | 0 | 5 | 104 | 58 | 3E |
| Octal | 201 | 111 | 363 | 57 | 106 | 0 | 5 | 404 | 130 | 76 |
| Binary | 10000001 | 1001001 | 11110011 | 101111 | 1000110 | 0 | 101 | 100000100 | 1011000 | 111110 |
Color Harmonies of #8149F3
Complementary color
Monochromatic Colors of #8149F3
Black with #8149F3
Text Example
Text Example
White with #8149F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8149F3; }
p { color: rgb(129,73,243); }
H1.HeaderClassName
{
color: #8149F3;
}
.AnyTagClassName
{
color: #8149F3;
}
</style>
background-color css
<style>
a { background-color: #8149F3; }
a { background-color: rgb(129,73,243); }
div.DivClassName
{
background-color: #8149F3;
}
.BgClassName
{
background-color: #8149F3;
}
</style>
border-color css
<style>
span { border-color: #8149F3; }
span { border-color: rgb(129,73,243); }
td.TdClassName
{
border-color: #8149F3;
}
.TagClassName
{
border-color: #8149F3;
}
</style>