Shades of Light Slate Blue #8D84F8
Tints of Light Slate Blue #8D84F8
RGB
CMYK
RGB Variations
Color information
#8D84F8 (or 0x8D84F8) is known color: Light Slate Blue. HEX triplet: 8D, 84 and F8. RGB value is (141,132,248). Sum of RGB (Red+Green+Blue) = 141+132+248=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D84F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D84F8 is #727B07. Grayscale: #939393. Windows color (decimal): -7502600 or 16286861. OLE color: 16286861.
HSL color Cylindrical-coordinate representation of color #8D84F8: hue angle of 244.66º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D84F8 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 132 | 248 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.03 |
| HSL | 244.66º | 0.89% | 0.75% | - |
| HSV(B) | 244.66º | 0.47% | 0.97% | - |
| XYZ | 36.18 | 28.94 | 92.49 | - |
| YUV | 147.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 248 | 0.43 | 0.47 | 0 | 0.03 | 244.66 | 0.89 | 0.75 |
| Hex | 8D | 84 | F8 | 2B | 2F | 0 | 3 | F5 | 59 | 4B |
| Octal | 215 | 204 | 370 | 53 | 57 | 0 | 3 | 365 | 131 | 113 |
| Binary | 10001101 | 10000100 | 11111000 | 101011 | 101111 | 0 | 11 | 11110101 | 1011001 | 1001011 |
Color Harmonies of #8D84F8
Complementary color
Monochromatic Colors of #8D84F8
Black with #8D84F8
Text Example
Text Example
White with #8D84F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D84F8; }
p { color: rgb(141,132,248); }
H1.HeaderClassName
{
color: #8D84F8;
}
.AnyTagClassName
{
color: #8D84F8;
}
</style>
background-color css
<style>
a { background-color: #8D84F8; }
a { background-color: rgb(141,132,248); }
div.DivClassName
{
background-color: #8D84F8;
}
.BgClassName
{
background-color: #8D84F8;
}
</style>
border-color css
<style>
span { border-color: #8D84F8; }
span { border-color: rgb(141,132,248); }
td.TdClassName
{
border-color: #8D84F8;
}
.TagClassName
{
border-color: #8D84F8;
}
</style>