Shades of Medium Slate Blue #8154DF
Tints of Medium Slate Blue #8154DF
RGB
CMYK
RGB Variations
Color information
#8154DF (or 0x8154DF) is known color: Medium Slate Blue. HEX triplet: 81, 54 and DF. RGB value is (129,84,223). Sum of RGB (Red+Green+Blue) = 129+84+223=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #8154DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8154DF is #7EAB20. Grayscale: #707070. Windows color (decimal): -8301345 or 14636161. OLE color: 14636161.
HSL color Cylindrical-coordinate representation of color #8154DF: hue angle of 259.42º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8154DF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 84 | 223 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.13 |
| HSL | 259.42º | 0.68% | 0.6% | - |
| HSV(B) | 259.42º | 0.62% | 0.87% | - |
| XYZ | 25.54 | 16.34 | 71.62 | - |
| YUV | 113.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 84 | 223 | 0.42 | 0.62 | 0 | 0.13 | 259.42 | 0.68 | 0.6 |
| Hex | 81 | 54 | DF | 2A | 3E | 0 | D | 103 | 44 | 3C |
| Octal | 201 | 124 | 337 | 52 | 76 | 0 | 15 | 403 | 104 | 74 |
| Binary | 10000001 | 1010100 | 11011111 | 101010 | 111110 | 0 | 1101 | 100000011 | 1000100 | 111100 |
Color Harmonies of #8154DF
Complementary color
Monochromatic Colors of #8154DF
Black with #8154DF
Text Example
Text Example
White with #8154DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8154DF; }
p { color: rgb(129,84,223); }
H1.HeaderClassName
{
color: #8154DF;
}
.AnyTagClassName
{
color: #8154DF;
}
</style>
background-color css
<style>
a { background-color: #8154DF; }
a { background-color: rgb(129,84,223); }
div.DivClassName
{
background-color: #8154DF;
}
.BgClassName
{
background-color: #8154DF;
}
</style>
border-color css
<style>
span { border-color: #8154DF; }
span { border-color: rgb(129,84,223); }
td.TdClassName
{
border-color: #8154DF;
}
.TagClassName
{
border-color: #8154DF;
}
</style>