Shades of Medium Slate Blue #8149EF
Tints of Medium Slate Blue #8149EF
RGB
CMYK
RGB Variations
Color information
#8149EF (or 0x8149EF) is known color: Medium Slate Blue. HEX triplet: 81, 49 and EF. RGB value is (129,73,239). Sum of RGB (Red+Green+Blue) = 129+73+239=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #8149EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8149EF is #7EB610. Grayscale: #6C6C6C. Windows color (decimal): -8304145 or 15681921. OLE color: 15681921.
HSL color Cylindrical-coordinate representation of color #8149EF: hue angle of 260.24º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8149EF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 73 | 239 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.06 |
| HSL | 260.24º | 0.84% | 0.61% | - |
| HSV(B) | 260.24º | 0.69% | 0.94% | - |
| XYZ | 27.02 | 15.66 | 83.26 | - |
| YUV | 108.67 | 201.55 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 239 | 0.46 | 0.69 | 0 | 0.06 | 260.24 | 0.84 | 0.61 |
| Hex | 81 | 49 | EF | 2E | 45 | 0 | 6 | 104 | 54 | 3D |
| Octal | 201 | 111 | 357 | 56 | 105 | 0 | 6 | 404 | 124 | 75 |
| Binary | 10000001 | 1001001 | 11101111 | 101110 | 1000101 | 0 | 110 | 100000100 | 1010100 | 111101 |
Color Harmonies of #8149EF
Complementary color
Monochromatic Colors of #8149EF
Black with #8149EF
Text Example
Text Example
White with #8149EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8149EF; }
p { color: rgb(129,73,239); }
H1.HeaderClassName
{
color: #8149EF;
}
.AnyTagClassName
{
color: #8149EF;
}
</style>
background-color css
<style>
a { background-color: #8149EF; }
a { background-color: rgb(129,73,239); }
div.DivClassName
{
background-color: #8149EF;
}
.BgClassName
{
background-color: #8149EF;
}
</style>
border-color css
<style>
span { border-color: #8149EF; }
span { border-color: rgb(129,73,239); }
td.TdClassName
{
border-color: #8149EF;
}
.TagClassName
{
border-color: #8149EF;
}
</style>