Shades of Medium Slate Blue #8754F1
Tints of Medium Slate Blue #8754F1
RGB
CMYK
RGB Variations
Color information
#8754F1 (or 0x8754F1) is known color: Medium Slate Blue. HEX triplet: 87, 54 and F1. RGB value is (135,84,241). Sum of RGB (Red+Green+Blue) = 135+84+241=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #8754F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8754F1 is #78AB0E. Grayscale: #747474. Windows color (decimal): -7908111 or 15815815. OLE color: 15815815.
HSL color Cylindrical-coordinate representation of color #8754F1: hue angle of 259.49º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8754F1 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 84 | 241 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.05 |
| HSL | 259.49º | 0.85% | 0.64% | - |
| HSV(B) | 259.49º | 0.65% | 0.95% | - |
| XYZ | 29.04 | 17.84 | 85.13 | - |
| YUV | 117.15 | 197.9 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 241 | 0.44 | 0.65 | 0 | 0.05 | 259.49 | 0.85 | 0.64 |
| Hex | 87 | 54 | F1 | 2C | 41 | 0 | 5 | 103 | 55 | 40 |
| Octal | 207 | 124 | 361 | 54 | 101 | 0 | 5 | 403 | 125 | 100 |
| Binary | 10000111 | 1010100 | 11110001 | 101100 | 1000001 | 0 | 101 | 100000011 | 1010101 | 1000000 |
Color Harmonies of #8754F1
Complementary color
Monochromatic Colors of #8754F1
Black with #8754F1
Text Example
Text Example
White with #8754F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8754F1; }
p { color: rgb(135,84,241); }
H1.HeaderClassName
{
color: #8754F1;
}
.AnyTagClassName
{
color: #8754F1;
}
</style>
background-color css
<style>
a { background-color: #8754F1; }
a { background-color: rgb(135,84,241); }
div.DivClassName
{
background-color: #8754F1;
}
.BgClassName
{
background-color: #8754F1;
}
</style>
border-color css
<style>
span { border-color: #8754F1; }
span { border-color: rgb(135,84,241); }
td.TdClassName
{
border-color: #8754F1;
}
.TagClassName
{
border-color: #8754F1;
}
</style>