Shades of Medium Slate Blue #8749FF
Tints of Medium Slate Blue #8749FF
RGB
CMYK
RGB Variations
Color information
#8749FF (or 0x8749FF) is known color: Medium Slate Blue. HEX triplet: 87, 49 and FF. RGB value is (135,73,255). Sum of RGB (Red+Green+Blue) = 135+73+255=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #8749FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8749FF is #78B600. Grayscale: #6F6F6F. Windows color (decimal): -7910913 or 16730503. OLE color: 16730503.
HSL color Cylindrical-coordinate representation of color #8749FF: hue angle of 260.44º 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 #8749FF is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 73 | 255 | - |
| CMYK | 0.47 | 0.71 | 0 | 0 |
| HSL | 260.44º | 1% | 0.64% | - |
| HSV(B) | 260.44º | 0.71% | 1% | - |
| XYZ | 30.42 | 17.14 | 96.31 | - |
| YUV | 112.29 | 208.54 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 255 | 0.47 | 0.71 | 0 | 0 | 260.44 | 1 | 0.64 |
| Hex | 87 | 49 | FF | 2F | 47 | 0 | 0 | 104 | 64 | 40 |
| Octal | 207 | 111 | 377 | 57 | 107 | 0 | 0 | 404 | 144 | 100 |
| Binary | 10000111 | 1001001 | 11111111 | 101111 | 1000111 | 0 | 0 | 100000100 | 1100100 | 1000000 |
Color Harmonies of #8749FF
Complementary color
Monochromatic Colors of #8749FF
Black with #8749FF
Text Example
Text Example
White with #8749FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8749FF; }
p { color: rgb(135,73,255); }
H1.HeaderClassName
{
color: #8749FF;
}
.AnyTagClassName
{
color: #8749FF;
}
</style>
background-color css
<style>
a { background-color: #8749FF; }
a { background-color: rgb(135,73,255); }
div.DivClassName
{
background-color: #8749FF;
}
.BgClassName
{
background-color: #8749FF;
}
</style>
border-color css
<style>
span { border-color: #8749FF; }
span { border-color: rgb(135,73,255); }
td.TdClassName
{
border-color: #8749FF;
}
.TagClassName
{
border-color: #8749FF;
}
</style>