Shades of Medium Slate Blue #885AF3
Tints of Medium Slate Blue #885AF3
RGB
CMYK
RGB Variations
Color information
#885AF3 (or 0x885AF3) is known color: Medium Slate Blue. HEX triplet: 88, 5A and F3. RGB value is (136,90,243). Sum of RGB (Red+Green+Blue) = 136+90+243=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #885AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AF3 is #77A50C. Grayscale: #787878. Windows color (decimal): -7841037 or 15948424. OLE color: 15948424.
HSL color Cylindrical-coordinate representation of color #885AF3: hue angle of 258.04º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885AF3 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 90 | 243 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.05 |
| HSL | 258.04º | 0.86% | 0.65% | - |
| HSV(B) | 258.04º | 0.63% | 0.95% | - |
| XYZ | 29.99 | 19.02 | 86.88 | - |
| YUV | 121.2 | 196.74 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 243 | 0.44 | 0.63 | 0 | 0.05 | 258.04 | 0.86 | 0.65 |
| Hex | 88 | 5A | F3 | 2C | 3F | 0 | 5 | 102 | 56 | 41 |
| Octal | 210 | 132 | 363 | 54 | 77 | 0 | 5 | 402 | 126 | 101 |
| Binary | 10001000 | 1011010 | 11110011 | 101100 | 111111 | 0 | 101 | 100000010 | 1010110 | 1000001 |
Color Harmonies of #885AF3
Complementary color
Monochromatic Colors of #885AF3
Black with #885AF3
Text Example
Text Example
White with #885AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AF3; }
p { color: rgb(136,90,243); }
H1.HeaderClassName
{
color: #885AF3;
}
.AnyTagClassName
{
color: #885AF3;
}
</style>
background-color css
<style>
a { background-color: #885AF3; }
a { background-color: rgb(136,90,243); }
div.DivClassName
{
background-color: #885AF3;
}
.BgClassName
{
background-color: #885AF3;
}
</style>
border-color css
<style>
span { border-color: #885AF3; }
span { border-color: rgb(136,90,243); }
td.TdClassName
{
border-color: #885AF3;
}
.TagClassName
{
border-color: #885AF3;
}
</style>