Shades of Medium Slate Blue #8850FE
Tints of Medium Slate Blue #8850FE
RGB
CMYK
RGB Variations
Color information
#8850FE (or 0x8850FE) is known color: Medium Slate Blue. HEX triplet: 88, 50 and FE. RGB value is (136,80,254). Sum of RGB (Red+Green+Blue) = 136+80+254=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #8850FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8850FE is #77AF01. Grayscale: #737373. Windows color (decimal): -7843586 or 16666760. OLE color: 16666760.
HSL color Cylindrical-coordinate representation of color #8850FE: hue angle of 259.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8850FE is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 80 | 254 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.00 |
| HSL | 259.31º | 0.99% | 0.65% | - |
| HSV(B) | 259.31º | 0.69% | 1% | - |
| XYZ | 30.91 | 18.13 | 95.64 | - |
| YUV | 116.58 | 205.55 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 254 | 0.46 | 0.69 | 0 | 0.00 | 259.31 | 0.99 | 0.65 |
| Hex | 88 | 50 | FE | 2E | 45 | 0 | 0 | 103 | 63 | 41 |
| Octal | 210 | 120 | 376 | 56 | 105 | 0 | 0 | 403 | 143 | 101 |
| Binary | 10001000 | 1010000 | 11111110 | 101110 | 1000101 | 0 | 0 | 100000011 | 1100011 | 1000001 |
Color Harmonies of #8850FE
Complementary color
Monochromatic Colors of #8850FE
Black with #8850FE
Text Example
Text Example
White with #8850FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8850FE; }
p { color: rgb(136,80,254); }
H1.HeaderClassName
{
color: #8850FE;
}
.AnyTagClassName
{
color: #8850FE;
}
</style>
background-color css
<style>
a { background-color: #8850FE; }
a { background-color: rgb(136,80,254); }
div.DivClassName
{
background-color: #8850FE;
}
.BgClassName
{
background-color: #8850FE;
}
</style>
border-color css
<style>
span { border-color: #8850FE; }
span { border-color: rgb(136,80,254); }
td.TdClassName
{
border-color: #8850FE;
}
.TagClassName
{
border-color: #8850FE;
}
</style>