Shades of Medium Slate Blue #8849FF
Tints of Medium Slate Blue #8849FF
RGB
CMYK
RGB Variations
Color information
#8849FF (or 0x8849FF) is known color: Medium Slate Blue. HEX triplet: 88, 49 and FF. RGB value is (136,73,255). Sum of RGB (Red+Green+Blue) = 136+73+255=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #8849FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8849FF is #77B600. Grayscale: #6F6F6F. Windows color (decimal): -7845377 or 16730504. OLE color: 16730504.
HSL color Cylindrical-coordinate representation of color #8849FF: hue angle of 260.77º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8849FF is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 73 | 255 | - |
| CMYK | 0.47 | 0.71 | 0 | 0 |
| HSL | 260.77º | 1% | 0.64% | - |
| HSV(B) | 260.77º | 0.71% | 1% | - |
| XYZ | 30.59 | 17.22 | 96.32 | - |
| YUV | 112.59 | 208.37 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 255 | 0.47 | 0.71 | 0 | 0 | 260.77 | 1 | 0.64 |
| Hex | 88 | 49 | FF | 2F | 47 | 0 | 0 | 105 | 64 | 40 |
| Octal | 210 | 111 | 377 | 57 | 107 | 0 | 0 | 405 | 144 | 100 |
| Binary | 10001000 | 1001001 | 11111111 | 101111 | 1000111 | 0 | 0 | 100000101 | 1100100 | 1000000 |
Color Harmonies of #8849FF
Complementary color
Monochromatic Colors of #8849FF
Black with #8849FF
Text Example
Text Example
White with #8849FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8849FF; }
p { color: rgb(136,73,255); }
H1.HeaderClassName
{
color: #8849FF;
}
.AnyTagClassName
{
color: #8849FF;
}
</style>
background-color css
<style>
a { background-color: #8849FF; }
a { background-color: rgb(136,73,255); }
div.DivClassName
{
background-color: #8849FF;
}
.BgClassName
{
background-color: #8849FF;
}
</style>
border-color css
<style>
span { border-color: #8849FF; }
span { border-color: rgb(136,73,255); }
td.TdClassName
{
border-color: #8849FF;
}
.TagClassName
{
border-color: #8849FF;
}
</style>