Shades of Medium Slate Blue #885BF8
Tints of Medium Slate Blue #885BF8
RGB
CMYK
RGB Variations
Color information
#885BF8 (or 0x885BF8) is known color: Medium Slate Blue. HEX triplet: 88, 5B and F8. RGB value is (136,91,248). Sum of RGB (Red+Green+Blue) = 136+91+248=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #885BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885BF8 is #77A407. Grayscale: #797979. Windows color (decimal): -7840776 or 16276360. OLE color: 16276360.
HSL color Cylindrical-coordinate representation of color #885BF8: hue angle of 257.2º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885BF8 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 91 | 248 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.03 |
| HSL | 257.2º | 0.92% | 0.66% | - |
| HSV(B) | 257.2º | 0.63% | 0.97% | - |
| XYZ | 30.84 | 19.49 | 90.94 | - |
| YUV | 122.35 | 198.91 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 248 | 0.45 | 0.63 | 0 | 0.03 | 257.2 | 0.92 | 0.66 |
| Hex | 88 | 5B | F8 | 2D | 3F | 0 | 3 | 101 | 5C | 42 |
| Octal | 210 | 133 | 370 | 55 | 77 | 0 | 3 | 401 | 134 | 102 |
| Binary | 10001000 | 1011011 | 11111000 | 101101 | 111111 | 0 | 11 | 100000001 | 1011100 | 1000010 |
Color Harmonies of #885BF8
Complementary color
Monochromatic Colors of #885BF8
Black with #885BF8
Text Example
Text Example
White with #885BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BF8; }
p { color: rgb(136,91,248); }
H1.HeaderClassName
{
color: #885BF8;
}
.AnyTagClassName
{
color: #885BF8;
}
</style>
background-color css
<style>
a { background-color: #885BF8; }
a { background-color: rgb(136,91,248); }
div.DivClassName
{
background-color: #885BF8;
}
.BgClassName
{
background-color: #885BF8;
}
</style>
border-color css
<style>
span { border-color: #885BF8; }
span { border-color: rgb(136,91,248); }
td.TdClassName
{
border-color: #885BF8;
}
.TagClassName
{
border-color: #885BF8;
}
</style>