Shades of Medium Slate Blue #815CDE
Tints of Medium Slate Blue #815CDE
RGB
CMYK
RGB Variations
Color information
#815CDE (or 0x815CDE) is known color: Medium Slate Blue. HEX triplet: 81, 5C and DE. RGB value is (129,92,222). Sum of RGB (Red+Green+Blue) = 129+92+222=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #815CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CDE is #7EA321. Grayscale: #757575. Windows color (decimal): -8299298 or 14572673. OLE color: 14572673.
HSL color Cylindrical-coordinate representation of color #815CDE: hue angle of 257.08º degrees, saturation: 0.66, 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 #815CDE is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 92 | 222 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.13 |
| HSL | 257.08º | 0.66% | 0.62% | - |
| HSV(B) | 257.08º | 0.59% | 0.87% | - |
| XYZ | 26.07 | 17.6 | 71.13 | - |
| YUV | 117.88 | 186.76 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 222 | 0.42 | 0.59 | 0 | 0.13 | 257.08 | 0.66 | 0.62 |
| Hex | 81 | 5C | DE | 2A | 3B | 0 | D | 101 | 42 | 3E |
| Octal | 201 | 134 | 336 | 52 | 73 | 0 | 15 | 401 | 102 | 76 |
| Binary | 10000001 | 1011100 | 11011110 | 101010 | 111011 | 0 | 1101 | 100000001 | 1000010 | 111110 |
Color Harmonies of #815CDE
Complementary color
Monochromatic Colors of #815CDE
Black with #815CDE
Text Example
Text Example
White with #815CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815CDE; }
p { color: rgb(129,92,222); }
H1.HeaderClassName
{
color: #815CDE;
}
.AnyTagClassName
{
color: #815CDE;
}
</style>
background-color css
<style>
a { background-color: #815CDE; }
a { background-color: rgb(129,92,222); }
div.DivClassName
{
background-color: #815CDE;
}
.BgClassName
{
background-color: #815CDE;
}
</style>
border-color css
<style>
span { border-color: #815CDE; }
span { border-color: rgb(129,92,222); }
td.TdClassName
{
border-color: #815CDE;
}
.TagClassName
{
border-color: #815CDE;
}
</style>