Shades of Medium Slate Blue #8750FF
Tints of Medium Slate Blue #8750FF
RGB
CMYK
RGB Variations
Color information
#8750FF (or 0x8750FF) is known color: Medium Slate Blue. HEX triplet: 87, 50 and FF. RGB value is (135,80,255). Sum of RGB (Red+Green+Blue) = 135+80+255=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #8750FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8750FF is #78AF00. Grayscale: #737373. Windows color (decimal): -7909121 or 16732295. OLE color: 16732295.
HSL color Cylindrical-coordinate representation of color #8750FF: hue angle of 258.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8750FF is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 80 | 255 | - |
| CMYK | 0.47 | 0.69 | 0 | 0 |
| HSL | 258.86º | 1% | 0.66% | - |
| HSV(B) | 258.86º | 0.69% | 1% | - |
| XYZ | 30.91 | 18.11 | 96.47 | - |
| YUV | 116.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 255 | 0.47 | 0.69 | 0 | 0 | 258.86 | 1 | 0.66 |
| Hex | 87 | 50 | FF | 2F | 45 | 0 | 0 | 103 | 64 | 42 |
| Octal | 207 | 120 | 377 | 57 | 105 | 0 | 0 | 403 | 144 | 102 |
| Binary | 10000111 | 1010000 | 11111111 | 101111 | 1000101 | 0 | 0 | 100000011 | 1100100 | 1000010 |
Color Harmonies of #8750FF
Complementary color
Monochromatic Colors of #8750FF
Black with #8750FF
Text Example
Text Example
White with #8750FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8750FF; }
p { color: rgb(135,80,255); }
H1.HeaderClassName
{
color: #8750FF;
}
.AnyTagClassName
{
color: #8750FF;
}
</style>
background-color css
<style>
a { background-color: #8750FF; }
a { background-color: rgb(135,80,255); }
div.DivClassName
{
background-color: #8750FF;
}
.BgClassName
{
background-color: #8750FF;
}
</style>
border-color css
<style>
span { border-color: #8750FF; }
span { border-color: rgb(135,80,255); }
td.TdClassName
{
border-color: #8750FF;
}
.TagClassName
{
border-color: #8750FF;
}
</style>