Shades of Medium Slate Blue #8750F5
Tints of Medium Slate Blue #8750F5
RGB
CMYK
RGB Variations
Color information
#8750F5 (or 0x8750F5) is known color: Medium Slate Blue. HEX triplet: 87, 50 and F5. RGB value is (135,80,245). Sum of RGB (Red+Green+Blue) = 135+80+245=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #8750F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8750F5 is #78AF0A. Grayscale: #727272. Windows color (decimal): -7909131 or 16076935. OLE color: 16076935.
HSL color Cylindrical-coordinate representation of color #8750F5: hue angle of 260º degrees, saturation: 0.89, 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 #8750F5 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 80 | 245 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.04 |
| HSL | 260º | 0.89% | 0.64% | - |
| HSV(B) | 260º | 0.67% | 0.96% | - |
| XYZ | 29.34 | 17.48 | 88.21 | - |
| YUV | 115.26 | 201.22 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 245 | 0.45 | 0.67 | 0 | 0.04 | 260 | 0.89 | 0.64 |
| Hex | 87 | 50 | F5 | 2D | 43 | 0 | 4 | 104 | 59 | 40 |
| Octal | 207 | 120 | 365 | 55 | 103 | 0 | 4 | 404 | 131 | 100 |
| Binary | 10000111 | 1010000 | 11110101 | 101101 | 1000011 | 0 | 100 | 100000100 | 1011001 | 1000000 |
Color Harmonies of #8750F5
Complementary color
Monochromatic Colors of #8750F5
Black with #8750F5
Text Example
Text Example
White with #8750F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8750F5; }
p { color: rgb(135,80,245); }
H1.HeaderClassName
{
color: #8750F5;
}
.AnyTagClassName
{
color: #8750F5;
}
</style>
background-color css
<style>
a { background-color: #8750F5; }
a { background-color: rgb(135,80,245); }
div.DivClassName
{
background-color: #8750F5;
}
.BgClassName
{
background-color: #8750F5;
}
</style>
border-color css
<style>
span { border-color: #8750F5; }
span { border-color: rgb(135,80,245); }
td.TdClassName
{
border-color: #8750F5;
}
.TagClassName
{
border-color: #8750F5;
}
</style>