Shades of Medium Slate Blue #8555F7
Tints of Medium Slate Blue #8555F7
RGB
CMYK
RGB Variations
Color information
#8555F7 (or 0x8555F7) is known color: Medium Slate Blue. HEX triplet: 85, 55 and F7. RGB value is (133,85,247). Sum of RGB (Red+Green+Blue) = 133+85+247=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #8555F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8555F7 is #7AAA08. Grayscale: #757575. Windows color (decimal): -8038921 or 16209285. OLE color: 16209285.
HSL color Cylindrical-coordinate representation of color #8555F7: hue angle of 257.78º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8555F7 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 85 | 247 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.03 |
| HSL | 257.78º | 0.91% | 0.65% | - |
| HSV(B) | 257.78º | 0.66% | 0.97% | - |
| XYZ | 29.71 | 18.2 | 89.94 | - |
| YUV | 117.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 247 | 0.46 | 0.66 | 0 | 0.03 | 257.78 | 0.91 | 0.65 |
| Hex | 85 | 55 | F7 | 2E | 42 | 0 | 3 | 102 | 5B | 41 |
| Octal | 205 | 125 | 367 | 56 | 102 | 0 | 3 | 402 | 133 | 101 |
| Binary | 10000101 | 1010101 | 11110111 | 101110 | 1000010 | 0 | 11 | 100000010 | 1011011 | 1000001 |
Color Harmonies of #8555F7
Complementary color
Monochromatic Colors of #8555F7
Black with #8555F7
Text Example
Text Example
White with #8555F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8555F7; }
p { color: rgb(133,85,247); }
H1.HeaderClassName
{
color: #8555F7;
}
.AnyTagClassName
{
color: #8555F7;
}
</style>
background-color css
<style>
a { background-color: #8555F7; }
a { background-color: rgb(133,85,247); }
div.DivClassName
{
background-color: #8555F7;
}
.BgClassName
{
background-color: #8555F7;
}
</style>
border-color css
<style>
span { border-color: #8555F7; }
span { border-color: rgb(133,85,247); }
td.TdClassName
{
border-color: #8555F7;
}
.TagClassName
{
border-color: #8555F7;
}
</style>