Shades of Medium Slate Blue #8766F5
Tints of Medium Slate Blue #8766F5
RGB
CMYK
RGB Variations
Color information
#8766F5 (or 0x8766F5) is known color: Medium Slate Blue. HEX triplet: 87, 66 and F5. RGB value is (135,102,245). Sum of RGB (Red+Green+Blue) = 135+102+245=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #8766F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766F5 is #78990A. Grayscale: #7F7F7F. Windows color (decimal): -7903499 or 16082567. OLE color: 16082567.
HSL color Cylindrical-coordinate representation of color #8766F5: hue angle of 253.85º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8766F5 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 102 | 245 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.04 |
| HSL | 253.85º | 0.88% | 0.68% | - |
| HSV(B) | 253.85º | 0.58% | 0.96% | - |
| XYZ | 31.22 | 21.25 | 88.84 | - |
| YUV | 128.17 | 193.93 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 245 | 0.45 | 0.58 | 0 | 0.04 | 253.85 | 0.88 | 0.68 |
| Hex | 87 | 66 | F5 | 2D | 3A | 0 | 4 | FE | 58 | 44 |
| Octal | 207 | 146 | 365 | 55 | 72 | 0 | 4 | 376 | 130 | 104 |
| Binary | 10000111 | 1100110 | 11110101 | 101101 | 111010 | 0 | 100 | 11111110 | 1011000 | 1000100 |
Color Harmonies of #8766F5
Complementary color
Monochromatic Colors of #8766F5
Black with #8766F5
Text Example
Text Example
White with #8766F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8766F5; }
p { color: rgb(135,102,245); }
H1.HeaderClassName
{
color: #8766F5;
}
.AnyTagClassName
{
color: #8766F5;
}
</style>
background-color css
<style>
a { background-color: #8766F5; }
a { background-color: rgb(135,102,245); }
div.DivClassName
{
background-color: #8766F5;
}
.BgClassName
{
background-color: #8766F5;
}
</style>
border-color css
<style>
span { border-color: #8766F5; }
span { border-color: rgb(135,102,245); }
td.TdClassName
{
border-color: #8766F5;
}
.TagClassName
{
border-color: #8766F5;
}
</style>