Shades of Medium Slate Blue #8550FF
Tints of Medium Slate Blue #8550FF
RGB
CMYK
RGB Variations
Color information
#8550FF (or 0x8550FF) is known color: Medium Slate Blue. HEX triplet: 85, 50 and FF. RGB value is (133,80,255). Sum of RGB (Red+Green+Blue) = 133+80+255=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #8550FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8550FF is #7AAF00. Grayscale: #737373. Windows color (decimal): -8040193 or 16732293. OLE color: 16732293.
HSL color Cylindrical-coordinate representation of color #8550FF: hue angle of 258.17º 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 #8550FF is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 80 | 255 | - |
| CMYK | 0.48 | 0.69 | 0 | 0 |
| HSL | 258.17º | 1% | 0.66% | - |
| HSV(B) | 258.17º | 0.69% | 1% | - |
| XYZ | 30.59 | 17.94 | 96.46 | - |
| YUV | 115.8 | 206.56 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 255 | 0.48 | 0.69 | 0 | 0 | 258.17 | 1 | 0.66 |
| Hex | 85 | 50 | FF | 30 | 45 | 0 | 0 | 102 | 64 | 42 |
| Octal | 205 | 120 | 377 | 60 | 105 | 0 | 0 | 402 | 144 | 102 |
| Binary | 10000101 | 1010000 | 11111111 | 110000 | 1000101 | 0 | 0 | 100000010 | 1100100 | 1000010 |
Color Harmonies of #8550FF
Complementary color
Monochromatic Colors of #8550FF
Black with #8550FF
Text Example
Text Example
White with #8550FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8550FF; }
p { color: rgb(133,80,255); }
H1.HeaderClassName
{
color: #8550FF;
}
.AnyTagClassName
{
color: #8550FF;
}
</style>
background-color css
<style>
a { background-color: #8550FF; }
a { background-color: rgb(133,80,255); }
div.DivClassName
{
background-color: #8550FF;
}
.BgClassName
{
background-color: #8550FF;
}
</style>
border-color css
<style>
span { border-color: #8550FF; }
span { border-color: rgb(133,80,255); }
td.TdClassName
{
border-color: #8550FF;
}
.TagClassName
{
border-color: #8550FF;
}
</style>