Shades of Light Slate Blue #8F80EF
Tints of Light Slate Blue #8F80EF
RGB
CMYK
RGB Variations
Color information
#8F80EF (or 0x8F80EF) is known color: Light Slate Blue. HEX triplet: 8F, 80 and EF. RGB value is (143,128,239). Sum of RGB (Red+Green+Blue) = 143+128+239=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F80EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F80EF is #707F10. Grayscale: #909090. Windows color (decimal): -7372561 or 15696015. OLE color: 15696015.
HSL color Cylindrical-coordinate representation of color #8F80EF: hue angle of 248.11º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F80EF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 128 | 239 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.06 |
| HSL | 248.11º | 0.78% | 0.72% | - |
| HSV(B) | 248.11º | 0.46% | 0.94% | - |
| XYZ | 34.63 | 27.51 | 85.15 | - |
| YUV | 145.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 239 | 0.40 | 0.46 | 0 | 0.06 | 248.11 | 0.78 | 0.72 |
| Hex | 8F | 80 | EF | 28 | 2E | 0 | 6 | F8 | 4E | 48 |
| Octal | 217 | 200 | 357 | 50 | 56 | 0 | 6 | 370 | 116 | 110 |
| Binary | 10001111 | 10000000 | 11101111 | 101000 | 101110 | 0 | 110 | 11111000 | 1001110 | 1001000 |
Color Harmonies of #8F80EF
Complementary color
Monochromatic Colors of #8F80EF
Black with #8F80EF
Text Example
Text Example
White with #8F80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80EF; }
p { color: rgb(143,128,239); }
H1.HeaderClassName
{
color: #8F80EF;
}
.AnyTagClassName
{
color: #8F80EF;
}
</style>
background-color css
<style>
a { background-color: #8F80EF; }
a { background-color: rgb(143,128,239); }
div.DivClassName
{
background-color: #8F80EF;
}
.BgClassName
{
background-color: #8F80EF;
}
</style>
border-color css
<style>
span { border-color: #8F80EF; }
span { border-color: rgb(143,128,239); }
td.TdClassName
{
border-color: #8F80EF;
}
.TagClassName
{
border-color: #8F80EF;
}
</style>