Shades of Light Slate Blue #8D78FF
Tints of Light Slate Blue #8D78FF
RGB
CMYK
RGB Variations
Color information
#8D78FF (or 0x8D78FF) is known color: Light Slate Blue. HEX triplet: 8D, 78 and FF. RGB value is (141,120,255). Sum of RGB (Red+Green+Blue) = 141+120+255=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D78FF is #728700. Grayscale: #8D8D8D. Windows color (decimal): -7505665 or 16742541. OLE color: 16742541.
HSL color Cylindrical-coordinate representation of color #8D78FF: hue angle of 249.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D78FF is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 120 | 255 | - |
| CMYK | 0.45 | 0.53 | 0 | 0 |
| HSL | 249.33º | 1% | 0.74% | - |
| HSV(B) | 249.33º | 0.53% | 1% | - |
| XYZ | 35.75 | 26.32 | 97.8 | - |
| YUV | 141.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 255 | 0.45 | 0.53 | 0 | 0 | 249.33 | 1 | 0.74 |
| Hex | 8D | 78 | FF | 2D | 35 | 0 | 0 | F9 | 64 | 4A |
| Octal | 215 | 170 | 377 | 55 | 65 | 0 | 0 | 371 | 144 | 112 |
| Binary | 10001101 | 1111000 | 11111111 | 101101 | 110101 | 0 | 0 | 11111001 | 1100100 | 1001010 |
Color Harmonies of #8D78FF
Complementary color
Monochromatic Colors of #8D78FF
Black with #8D78FF
Text Example
Text Example
White with #8D78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78FF; }
p { color: rgb(141,120,255); }
H1.HeaderClassName
{
color: #8D78FF;
}
.AnyTagClassName
{
color: #8D78FF;
}
</style>
background-color css
<style>
a { background-color: #8D78FF; }
a { background-color: rgb(141,120,255); }
div.DivClassName
{
background-color: #8D78FF;
}
.BgClassName
{
background-color: #8D78FF;
}
</style>
border-color css
<style>
span { border-color: #8D78FF; }
span { border-color: rgb(141,120,255); }
td.TdClassName
{
border-color: #8D78FF;
}
.TagClassName
{
border-color: #8D78FF;
}
</style>