Shades of Medium Slate Blue #885DF4
Tints of Medium Slate Blue #885DF4
RGB
CMYK
RGB Variations
Color information
#885DF4 (or 0x885DF4) is known color: Medium Slate Blue. HEX triplet: 88, 5D and F4. RGB value is (136,93,244). Sum of RGB (Red+Green+Blue) = 136+93+244=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 244 (95.70% from 255 or 51.59% from 473); Max value from RGB is 244 - color contains mainly: blue. Hex color #885DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885DF4 is #77A20B. Grayscale: #7A7A7A. Windows color (decimal): -7840268 or 16014728. OLE color: 16014728.
HSL color Cylindrical-coordinate representation of color #885DF4: hue angle of 257.09º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885DF4 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 93 | 244 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.04 |
| HSL | 257.09º | 0.87% | 0.66% | - |
| HSV(B) | 257.09º | 0.62% | 0.96% | - |
| XYZ | 30.4 | 19.59 | 87.77 | - |
| YUV | 123.07 | 196.25 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 244 | 0.44 | 0.62 | 0 | 0.04 | 257.09 | 0.87 | 0.66 |
| Hex | 88 | 5D | F4 | 2C | 3E | 0 | 4 | 101 | 57 | 42 |
| Octal | 210 | 135 | 364 | 54 | 76 | 0 | 4 | 401 | 127 | 102 |
| Binary | 10001000 | 1011101 | 11110100 | 101100 | 111110 | 0 | 100 | 100000001 | 1010111 | 1000010 |
Color Harmonies of #885DF4
Complementary color
Monochromatic Colors of #885DF4
Black with #885DF4
Text Example
Text Example
White with #885DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885DF4; }
p { color: rgb(136,93,244); }
H1.HeaderClassName
{
color: #885DF4;
}
.AnyTagClassName
{
color: #885DF4;
}
</style>
background-color css
<style>
a { background-color: #885DF4; }
a { background-color: rgb(136,93,244); }
div.DivClassName
{
background-color: #885DF4;
}
.BgClassName
{
background-color: #885DF4;
}
</style>
border-color css
<style>
span { border-color: #885DF4; }
span { border-color: rgb(136,93,244); }
td.TdClassName
{
border-color: #885DF4;
}
.TagClassName
{
border-color: #885DF4;
}
</style>