Shades of Medium Slate Blue #805CDD
Tints of Medium Slate Blue #805CDD
RGB
CMYK
RGB Variations
Color information
#805CDD (or 0x805CDD) is known color: Medium Slate Blue. HEX triplet: 80, 5C and DD. RGB value is (128,92,221). Sum of RGB (Red+Green+Blue) = 128+92+221=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #805CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CDD is #7FA322. Grayscale: #747474. Windows color (decimal): -8364835 or 14507136. OLE color: 14507136.
HSL color Cylindrical-coordinate representation of color #805CDD: hue angle of 256.74º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #805CDD is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 92 | 221 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.13 |
| HSL | 256.74º | 0.65% | 0.61% | - |
| HSV(B) | 256.74º | 0.58% | 0.87% | - |
| XYZ | 25.78 | 17.46 | 70.42 | - |
| YUV | 117.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 221 | 0.42 | 0.58 | 0 | 0.13 | 256.74 | 0.65 | 0.61 |
| Hex | 80 | 5C | DD | 2A | 3A | 0 | D | 101 | 41 | 3D |
| Octal | 200 | 134 | 335 | 52 | 72 | 0 | 15 | 401 | 101 | 75 |
| Binary | 10000000 | 1011100 | 11011101 | 101010 | 111010 | 0 | 1101 | 100000001 | 1000001 | 111101 |
Color Harmonies of #805CDD
Complementary color
Monochromatic Colors of #805CDD
Black with #805CDD
Text Example
Text Example
White with #805CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CDD; }
p { color: rgb(128,92,221); }
H1.HeaderClassName
{
color: #805CDD;
}
.AnyTagClassName
{
color: #805CDD;
}
</style>
background-color css
<style>
a { background-color: #805CDD; }
a { background-color: rgb(128,92,221); }
div.DivClassName
{
background-color: #805CDD;
}
.BgClassName
{
background-color: #805CDD;
}
</style>
border-color css
<style>
span { border-color: #805CDD; }
span { border-color: rgb(128,92,221); }
td.TdClassName
{
border-color: #805CDD;
}
.TagClassName
{
border-color: #805CDD;
}
</style>