Shades of Medium Slate Blue #8C55FA
Tints of Medium Slate Blue #8C55FA
RGB
CMYK
RGB Variations
Color information
#8C55FA (or 0x8C55FA) is known color: Medium Slate Blue. HEX triplet: 8C, 55 and FA. RGB value is (140,85,250). Sum of RGB (Red+Green+Blue) = 140+85+250=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C55FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C55FA is #73AA05. Grayscale: #777777. Windows color (decimal): -7580166 or 16405900. OLE color: 16405900.
HSL color Cylindrical-coordinate representation of color #8C55FA: hue angle of 260º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C55FA is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 85 | 250 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.02 |
| HSL | 260º | 0.94% | 0.66% | - |
| HSV(B) | 260º | 0.66% | 0.98% | - |
| XYZ | 31.32 | 18.97 | 92.45 | - |
| YUV | 120.26 | 201.22 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 250 | 0.44 | 0.66 | 0 | 0.02 | 260 | 0.94 | 0.66 |
| Hex | 8C | 55 | FA | 2C | 42 | 0 | 2 | 104 | 5E | 42 |
| Octal | 214 | 125 | 372 | 54 | 102 | 0 | 2 | 404 | 136 | 102 |
| Binary | 10001100 | 1010101 | 11111010 | 101100 | 1000010 | 0 | 10 | 100000100 | 1011110 | 1000010 |
Color Harmonies of #8C55FA
Complementary color
Monochromatic Colors of #8C55FA
Black with #8C55FA
Text Example
Text Example
White with #8C55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C55FA; }
p { color: rgb(140,85,250); }
H1.HeaderClassName
{
color: #8C55FA;
}
.AnyTagClassName
{
color: #8C55FA;
}
</style>
background-color css
<style>
a { background-color: #8C55FA; }
a { background-color: rgb(140,85,250); }
div.DivClassName
{
background-color: #8C55FA;
}
.BgClassName
{
background-color: #8C55FA;
}
</style>
border-color css
<style>
span { border-color: #8C55FA; }
span { border-color: rgb(140,85,250); }
td.TdClassName
{
border-color: #8C55FA;
}
.TagClassName
{
border-color: #8C55FA;
}
</style>