Shades of Medium Slate Blue #8850F4
Tints of Medium Slate Blue #8850F4
RGB
CMYK
RGB Variations
Color information
#8850F4 (or 0x8850F4) is known color: Medium Slate Blue. HEX triplet: 88, 50 and F4. RGB value is (136,80,244). Sum of RGB (Red+Green+Blue) = 136+80+244=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #8850F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8850F4 is #77AF0B. Grayscale: #727272. Windows color (decimal): -7843596 or 16011400. OLE color: 16011400.
HSL color Cylindrical-coordinate representation of color #8850F4: hue angle of 260.49º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8850F4 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 80 | 244 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.04 |
| HSL | 260.49º | 0.88% | 0.64% | - |
| HSV(B) | 260.49º | 0.67% | 0.96% | - |
| XYZ | 29.35 | 17.5 | 87.42 | - |
| YUV | 115.44 | 200.55 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 244 | 0.44 | 0.67 | 0 | 0.04 | 260.49 | 0.88 | 0.64 |
| Hex | 88 | 50 | F4 | 2C | 43 | 0 | 4 | 104 | 58 | 40 |
| Octal | 210 | 120 | 364 | 54 | 103 | 0 | 4 | 404 | 130 | 100 |
| Binary | 10001000 | 1010000 | 11110100 | 101100 | 1000011 | 0 | 100 | 100000100 | 1011000 | 1000000 |
Color Harmonies of #8850F4
Complementary color
Monochromatic Colors of #8850F4
Black with #8850F4
Text Example
Text Example
White with #8850F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8850F4; }
p { color: rgb(136,80,244); }
H1.HeaderClassName
{
color: #8850F4;
}
.AnyTagClassName
{
color: #8850F4;
}
</style>
background-color css
<style>
a { background-color: #8850F4; }
a { background-color: rgb(136,80,244); }
div.DivClassName
{
background-color: #8850F4;
}
.BgClassName
{
background-color: #8850F4;
}
</style>
border-color css
<style>
span { border-color: #8850F4; }
span { border-color: rgb(136,80,244); }
td.TdClassName
{
border-color: #8850F4;
}
.TagClassName
{
border-color: #8850F4;
}
</style>