Shades of Medium Slate Blue #885AF8
Tints of Medium Slate Blue #885AF8
RGB
CMYK
RGB Variations
Color information
#885AF8 (or 0x885AF8) is known color: Medium Slate Blue. HEX triplet: 88, 5A and F8. RGB value is (136,90,248). Sum of RGB (Red+Green+Blue) = 136+90+248=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #885AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AF8 is #77A507. Grayscale: #797979. Windows color (decimal): -7841032 or 16276104. OLE color: 16276104.
HSL color Cylindrical-coordinate representation of color #885AF8: hue angle of 257.47º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #885AF8 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 90 | 248 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.03 |
| HSL | 257.47º | 0.92% | 0.66% | - |
| HSV(B) | 257.47º | 0.64% | 0.97% | - |
| XYZ | 30.75 | 19.32 | 90.92 | - |
| YUV | 121.77 | 199.24 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 248 | 0.45 | 0.64 | 0 | 0.03 | 257.47 | 0.92 | 0.66 |
| Hex | 88 | 5A | F8 | 2D | 40 | 0 | 3 | 101 | 5C | 42 |
| Octal | 210 | 132 | 370 | 55 | 100 | 0 | 3 | 401 | 134 | 102 |
| Binary | 10001000 | 1011010 | 11111000 | 101101 | 1000000 | 0 | 11 | 100000001 | 1011100 | 1000010 |
Color Harmonies of #885AF8
Complementary color
Monochromatic Colors of #885AF8
Black with #885AF8
Text Example
Text Example
White with #885AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AF8; }
p { color: rgb(136,90,248); }
H1.HeaderClassName
{
color: #885AF8;
}
.AnyTagClassName
{
color: #885AF8;
}
</style>
background-color css
<style>
a { background-color: #885AF8; }
a { background-color: rgb(136,90,248); }
div.DivClassName
{
background-color: #885AF8;
}
.BgClassName
{
background-color: #885AF8;
}
</style>
border-color css
<style>
span { border-color: #885AF8; }
span { border-color: rgb(136,90,248); }
td.TdClassName
{
border-color: #885AF8;
}
.TagClassName
{
border-color: #885AF8;
}
</style>