Shades of Light Slate Blue #8F84EF
Tints of Light Slate Blue #8F84EF
RGB
CMYK
RGB Variations
Color information
#8F84EF (or 0x8F84EF) is known color: Light Slate Blue. HEX triplet: 8F, 84 and EF. RGB value is (143,132,239). Sum of RGB (Red+Green+Blue) = 143+132+239=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F84EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F84EF is #707B10. Grayscale: #939393. Windows color (decimal): -7371537 or 15697039. OLE color: 15697039.
HSL color Cylindrical-coordinate representation of color #8F84EF: hue angle of 246.17º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F84EF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 132 | 239 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.06 |
| HSL | 246.17º | 0.77% | 0.73% | - |
| HSV(B) | 246.17º | 0.45% | 0.94% | - |
| XYZ | 35.16 | 28.57 | 85.32 | - |
| YUV | 147.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 239 | 0.40 | 0.45 | 0 | 0.06 | 246.17 | 0.77 | 0.73 |
| Hex | 8F | 84 | EF | 28 | 2D | 0 | 6 | F6 | 4D | 49 |
| Octal | 217 | 204 | 357 | 50 | 55 | 0 | 6 | 366 | 115 | 111 |
| Binary | 10001111 | 10000100 | 11101111 | 101000 | 101101 | 0 | 110 | 11110110 | 1001101 | 1001001 |
Color Harmonies of #8F84EF
Complementary color
Monochromatic Colors of #8F84EF
Black with #8F84EF
Text Example
Text Example
White with #8F84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84EF; }
p { color: rgb(143,132,239); }
H1.HeaderClassName
{
color: #8F84EF;
}
.AnyTagClassName
{
color: #8F84EF;
}
</style>
background-color css
<style>
a { background-color: #8F84EF; }
a { background-color: rgb(143,132,239); }
div.DivClassName
{
background-color: #8F84EF;
}
.BgClassName
{
background-color: #8F84EF;
}
</style>
border-color css
<style>
span { border-color: #8F84EF; }
span { border-color: rgb(143,132,239); }
td.TdClassName
{
border-color: #8F84EF;
}
.TagClassName
{
border-color: #8F84EF;
}
</style>