Shades of Medium Slate Blue #815FDC
Tints of Medium Slate Blue #815FDC
RGB
CMYK
RGB Variations
Color information
#815FDC (or 0x815FDC) is known color: Medium Slate Blue. HEX triplet: 81, 5F and DC. RGB value is (129,95,220). Sum of RGB (Red+Green+Blue) = 129+95+220=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #815FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FDC is #7EA023. Grayscale: #767676. Windows color (decimal): -8298532 or 14442369. OLE color: 14442369.
HSL color Cylindrical-coordinate representation of color #815FDC: hue angle of 256.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #815FDC is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 95 | 220 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.14 |
| HSL | 256.32º | 0.64% | 0.62% | - |
| HSV(B) | 256.32º | 0.57% | 0.86% | - |
| XYZ | 26.06 | 18.02 | 69.81 | - |
| YUV | 119.42 | 184.76 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 220 | 0.41 | 0.57 | 0 | 0.14 | 256.32 | 0.64 | 0.62 |
| Hex | 81 | 5F | DC | 29 | 39 | 0 | E | 100 | 40 | 3E |
| Octal | 201 | 137 | 334 | 51 | 71 | 0 | 16 | 400 | 100 | 76 |
| Binary | 10000001 | 1011111 | 11011100 | 101001 | 111001 | 0 | 1110 | 100000000 | 1000000 | 111110 |
Color Harmonies of #815FDC
Complementary color
Monochromatic Colors of #815FDC
Black with #815FDC
Text Example
Text Example
White with #815FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815FDC; }
p { color: rgb(129,95,220); }
H1.HeaderClassName
{
color: #815FDC;
}
.AnyTagClassName
{
color: #815FDC;
}
</style>
background-color css
<style>
a { background-color: #815FDC; }
a { background-color: rgb(129,95,220); }
div.DivClassName
{
background-color: #815FDC;
}
.BgClassName
{
background-color: #815FDC;
}
</style>
border-color css
<style>
span { border-color: #815FDC; }
span { border-color: rgb(129,95,220); }
td.TdClassName
{
border-color: #815FDC;
}
.TagClassName
{
border-color: #815FDC;
}
</style>