Shades of Light Slate Blue #8D55FE
Tints of Light Slate Blue #8D55FE
RGB
CMYK
RGB Variations
Color information
#8D55FE (or 0x8D55FE) is known color: Light Slate Blue. HEX triplet: 8D, 55 and FE. RGB value is (141,85,254). Sum of RGB (Red+Green+Blue) = 141+85+254=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D55FE is #72AA01. Grayscale: #787878. Windows color (decimal): -7514626 or 16668045. OLE color: 16668045.
HSL color Cylindrical-coordinate representation of color #8D55FE: hue angle of 259.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D55FE is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 85 | 254 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.00 |
| HSL | 259.88º | 0.99% | 0.66% | - |
| HSV(B) | 259.88º | 0.67% | 1% | - |
| XYZ | 32.12 | 19.32 | 95.8 | - |
| YUV | 121.01 | 203.05 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 254 | 0.44 | 0.67 | 0 | 0.00 | 259.88 | 0.99 | 0.66 |
| Hex | 8D | 55 | FE | 2C | 43 | 0 | 0 | 104 | 63 | 42 |
| Octal | 215 | 125 | 376 | 54 | 103 | 0 | 0 | 404 | 143 | 102 |
| Binary | 10001101 | 1010101 | 11111110 | 101100 | 1000011 | 0 | 0 | 100000100 | 1100011 | 1000010 |
Color Harmonies of #8D55FE
Complementary color
Monochromatic Colors of #8D55FE
Black with #8D55FE
Text Example
Text Example
White with #8D55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D55FE; }
p { color: rgb(141,85,254); }
H1.HeaderClassName
{
color: #8D55FE;
}
.AnyTagClassName
{
color: #8D55FE;
}
</style>
background-color css
<style>
a { background-color: #8D55FE; }
a { background-color: rgb(141,85,254); }
div.DivClassName
{
background-color: #8D55FE;
}
.BgClassName
{
background-color: #8D55FE;
}
</style>
border-color css
<style>
span { border-color: #8D55FE; }
span { border-color: rgb(141,85,254); }
td.TdClassName
{
border-color: #8D55FE;
}
.TagClassName
{
border-color: #8D55FE;
}
</style>