Shades of Medium Slate Blue #815BDF
Tints of Medium Slate Blue #815BDF
RGB
CMYK
RGB Variations
Color information
#815BDF (or 0x815BDF) is known color: Medium Slate Blue. HEX triplet: 81, 5B and DF. RGB value is (129,91,223). Sum of RGB (Red+Green+Blue) = 129+91+223=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #815BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815BDF is #7EA420. Grayscale: #747474. Windows color (decimal): -8299553 or 14637953. OLE color: 14637953.
HSL color Cylindrical-coordinate representation of color #815BDF: hue angle of 257.27º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #815BDF is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 91 | 223 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.13 |
| HSL | 257.27º | 0.67% | 0.62% | - |
| HSV(B) | 257.27º | 0.59% | 0.87% | - |
| XYZ | 26.11 | 17.48 | 71.81 | - |
| YUV | 117.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 91 | 223 | 0.42 | 0.59 | 0 | 0.13 | 257.27 | 0.67 | 0.62 |
| Hex | 81 | 5B | DF | 2A | 3B | 0 | D | 101 | 43 | 3E |
| Octal | 201 | 133 | 337 | 52 | 73 | 0 | 15 | 401 | 103 | 76 |
| Binary | 10000001 | 1011011 | 11011111 | 101010 | 111011 | 0 | 1101 | 100000001 | 1000011 | 111110 |
Color Harmonies of #815BDF
Complementary color
Monochromatic Colors of #815BDF
Black with #815BDF
Text Example
Text Example
White with #815BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815BDF; }
p { color: rgb(129,91,223); }
H1.HeaderClassName
{
color: #815BDF;
}
.AnyTagClassName
{
color: #815BDF;
}
</style>
background-color css
<style>
a { background-color: #815BDF; }
a { background-color: rgb(129,91,223); }
div.DivClassName
{
background-color: #815BDF;
}
.BgClassName
{
background-color: #815BDF;
}
</style>
border-color css
<style>
span { border-color: #815BDF; }
span { border-color: rgb(129,91,223); }
td.TdClassName
{
border-color: #815BDF;
}
.TagClassName
{
border-color: #815BDF;
}
</style>