Shades of Light Slate Blue #8D8CF8
Tints of Light Slate Blue #8D8CF8
RGB
CMYK
RGB Variations
Color information
#8D8CF8 (or 0x8D8CF8) is known color: Light Slate Blue. HEX triplet: 8D, 8C and F8. RGB value is (141,140,248). Sum of RGB (Red+Green+Blue) = 141+140+248=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D8CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8CF8 is #727307. Grayscale: #989898. Windows color (decimal): -7500552 or 16288909. OLE color: 16288909.
HSL color Cylindrical-coordinate representation of color #8D8CF8: hue angle of 240.56º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D8CF8 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 140 | 248 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.03 |
| HSL | 240.56º | 0.89% | 0.76% | - |
| HSV(B) | 240.56º | 0.44% | 0.97% | - |
| XYZ | 37.31 | 31.2 | 92.86 | - |
| YUV | 152.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 248 | 0.43 | 0.44 | 0 | 0.03 | 240.56 | 0.89 | 0.76 |
| Hex | 8D | 8C | F8 | 2B | 2C | 0 | 3 | F1 | 59 | 4C |
| Octal | 215 | 214 | 370 | 53 | 54 | 0 | 3 | 361 | 131 | 114 |
| Binary | 10001101 | 10001100 | 11111000 | 101011 | 101100 | 0 | 11 | 11110001 | 1011001 | 1001100 |
Color Harmonies of #8D8CF8
Complementary color
Monochromatic Colors of #8D8CF8
Black with #8D8CF8
Text Example
Text Example
White with #8D8CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8CF8; }
p { color: rgb(141,140,248); }
H1.HeaderClassName
{
color: #8D8CF8;
}
.AnyTagClassName
{
color: #8D8CF8;
}
</style>
background-color css
<style>
a { background-color: #8D8CF8; }
a { background-color: rgb(141,140,248); }
div.DivClassName
{
background-color: #8D8CF8;
}
.BgClassName
{
background-color: #8D8CF8;
}
</style>
border-color css
<style>
span { border-color: #8D8CF8; }
span { border-color: rgb(141,140,248); }
td.TdClassName
{
border-color: #8D8CF8;
}
.TagClassName
{
border-color: #8D8CF8;
}
</style>