Shades of Medium Slate Blue #885DF8
Tints of Medium Slate Blue #885DF8
RGB
CMYK
RGB Variations
Color information
#885DF8 (or 0x885DF8) is known color: Medium Slate Blue. HEX triplet: 88, 5D and F8. RGB value is (136,93,248). Sum of RGB (Red+Green+Blue) = 136+93+248=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #885DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885DF8 is #77A207. Grayscale: #7A7A7A. Windows color (decimal): -7840264 or 16276872. OLE color: 16276872.
HSL color Cylindrical-coordinate representation of color #885DF8: hue angle of 256.65º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885DF8 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 93 | 248 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.03 |
| HSL | 256.65º | 0.92% | 0.67% | - |
| HSV(B) | 256.65º | 0.63% | 0.97% | - |
| XYZ | 31.01 | 19.84 | 91 | - |
| YUV | 123.53 | 198.25 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 248 | 0.45 | 0.62 | 0 | 0.03 | 256.65 | 0.92 | 0.67 |
| Hex | 88 | 5D | F8 | 2D | 3E | 0 | 3 | 101 | 5C | 43 |
| Octal | 210 | 135 | 370 | 55 | 76 | 0 | 3 | 401 | 134 | 103 |
| Binary | 10001000 | 1011101 | 11111000 | 101101 | 111110 | 0 | 11 | 100000001 | 1011100 | 1000011 |
Color Harmonies of #885DF8
Complementary color
Monochromatic Colors of #885DF8
Black with #885DF8
Text Example
Text Example
White with #885DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885DF8; }
p { color: rgb(136,93,248); }
H1.HeaderClassName
{
color: #885DF8;
}
.AnyTagClassName
{
color: #885DF8;
}
</style>
background-color css
<style>
a { background-color: #885DF8; }
a { background-color: rgb(136,93,248); }
div.DivClassName
{
background-color: #885DF8;
}
.BgClassName
{
background-color: #885DF8;
}
</style>
border-color css
<style>
span { border-color: #885DF8; }
span { border-color: rgb(136,93,248); }
td.TdClassName
{
border-color: #885DF8;
}
.TagClassName
{
border-color: #885DF8;
}
</style>