Shades of Light Slate Blue #8F84EC
Tints of Light Slate Blue #8F84EC
RGB
CMYK
RGB Variations
Color information
#8F84EC (or 0x8F84EC) is known color: Light Slate Blue. HEX triplet: 8F, 84 and EC. RGB value is (143,132,236). Sum of RGB (Red+Green+Blue) = 143+132+236=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F84EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F84EC is #707B13. Grayscale: #929292. Windows color (decimal): -7371540 or 15500431. OLE color: 15500431.
HSL color Cylindrical-coordinate representation of color #8F84EC: hue angle of 246.35º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F84EC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 132 | 236 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.07 |
| HSL | 246.35º | 0.73% | 0.72% | - |
| HSV(B) | 246.35º | 0.44% | 0.93% | - |
| XYZ | 34.72 | 28.4 | 83.01 | - |
| YUV | 147.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 236 | 0.39 | 0.44 | 0 | 0.07 | 246.35 | 0.73 | 0.72 |
| Hex | 8F | 84 | EC | 27 | 2C | 0 | 7 | F6 | 49 | 48 |
| Octal | 217 | 204 | 354 | 47 | 54 | 0 | 7 | 366 | 111 | 110 |
| Binary | 10001111 | 10000100 | 11101100 | 100111 | 101100 | 0 | 111 | 11110110 | 1001001 | 1001000 |
Color Harmonies of #8F84EC
Complementary color
Monochromatic Colors of #8F84EC
Black with #8F84EC
Text Example
Text Example
White with #8F84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84EC; }
p { color: rgb(143,132,236); }
H1.HeaderClassName
{
color: #8F84EC;
}
.AnyTagClassName
{
color: #8F84EC;
}
</style>
background-color css
<style>
a { background-color: #8F84EC; }
a { background-color: rgb(143,132,236); }
div.DivClassName
{
background-color: #8F84EC;
}
.BgClassName
{
background-color: #8F84EC;
}
</style>
border-color css
<style>
span { border-color: #8F84EC; }
span { border-color: rgb(143,132,236); }
td.TdClassName
{
border-color: #8F84EC;
}
.TagClassName
{
border-color: #8F84EC;
}
</style>