Shades of Medium Slate Blue #8760F5
Tints of Medium Slate Blue #8760F5
RGB
CMYK
RGB Variations
Color information
#8760F5 (or 0x8760F5) is known color: Medium Slate Blue. HEX triplet: 87, 60 and F5. RGB value is (135,96,245). Sum of RGB (Red+Green+Blue) = 135+96+245=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #8760F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8760F5 is #789F0A. Grayscale: #7C7C7C. Windows color (decimal): -7905035 or 16081031. OLE color: 16081031.
HSL color Cylindrical-coordinate representation of color #8760F5: hue angle of 255.7º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8760F5 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 96 | 245 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.04 |
| HSL | 255.7º | 0.88% | 0.67% | - |
| HSV(B) | 255.7º | 0.61% | 0.96% | - |
| XYZ | 30.66 | 20.11 | 88.65 | - |
| YUV | 124.65 | 195.92 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 96 | 245 | 0.45 | 0.61 | 0 | 0.04 | 255.7 | 0.88 | 0.67 |
| Hex | 87 | 60 | F5 | 2D | 3D | 0 | 4 | 100 | 58 | 43 |
| Octal | 207 | 140 | 365 | 55 | 75 | 0 | 4 | 400 | 130 | 103 |
| Binary | 10000111 | 1100000 | 11110101 | 101101 | 111101 | 0 | 100 | 100000000 | 1011000 | 1000011 |
Color Harmonies of #8760F5
Complementary color
Monochromatic Colors of #8760F5
Black with #8760F5
Text Example
Text Example
White with #8760F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8760F5; }
p { color: rgb(135,96,245); }
H1.HeaderClassName
{
color: #8760F5;
}
.AnyTagClassName
{
color: #8760F5;
}
</style>
background-color css
<style>
a { background-color: #8760F5; }
a { background-color: rgb(135,96,245); }
div.DivClassName
{
background-color: #8760F5;
}
.BgClassName
{
background-color: #8760F5;
}
</style>
border-color css
<style>
span { border-color: #8760F5; }
span { border-color: rgb(135,96,245); }
td.TdClassName
{
border-color: #8760F5;
}
.TagClassName
{
border-color: #8760F5;
}
</style>