Shades of Light Slate Blue #8F83EF
Tints of Light Slate Blue #8F83EF
RGB
CMYK
RGB Variations
Color information
#8F83EF (or 0x8F83EF) is known color: Light Slate Blue. HEX triplet: 8F, 83 and EF. RGB value is (143,131,239). Sum of RGB (Red+Green+Blue) = 143+131+239=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F83EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F83EF is #707C10. Grayscale: #929292. Windows color (decimal): -7371793 or 15696783. OLE color: 15696783.
HSL color Cylindrical-coordinate representation of color #8F83EF: hue angle of 246.67º 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 #8F83EF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 131 | 239 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.06 |
| HSL | 246.67º | 0.77% | 0.73% | - |
| HSV(B) | 246.67º | 0.45% | 0.94% | - |
| XYZ | 35.02 | 28.3 | 85.28 | - |
| YUV | 146.9 | 179.98 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 239 | 0.40 | 0.45 | 0 | 0.06 | 246.67 | 0.77 | 0.73 |
| Hex | 8F | 83 | EF | 28 | 2D | 0 | 6 | F7 | 4D | 49 |
| Octal | 217 | 203 | 357 | 50 | 55 | 0 | 6 | 367 | 115 | 111 |
| Binary | 10001111 | 10000011 | 11101111 | 101000 | 101101 | 0 | 110 | 11110111 | 1001101 | 1001001 |
Color Harmonies of #8F83EF
Complementary color
Monochromatic Colors of #8F83EF
Black with #8F83EF
Text Example
Text Example
White with #8F83EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83EF; }
p { color: rgb(143,131,239); }
H1.HeaderClassName
{
color: #8F83EF;
}
.AnyTagClassName
{
color: #8F83EF;
}
</style>
background-color css
<style>
a { background-color: #8F83EF; }
a { background-color: rgb(143,131,239); }
div.DivClassName
{
background-color: #8F83EF;
}
.BgClassName
{
background-color: #8F83EF;
}
</style>
border-color css
<style>
span { border-color: #8F83EF; }
span { border-color: rgb(143,131,239); }
td.TdClassName
{
border-color: #8F83EF;
}
.TagClassName
{
border-color: #8F83EF;
}
</style>