Shades of Light Slate Blue #8F76EF
Tints of Light Slate Blue #8F76EF
RGB
CMYK
RGB Variations
Color information
#8F76EF (or 0x8F76EF) is known color: Light Slate Blue. HEX triplet: 8F, 76 and EF. RGB value is (143,118,239). Sum of RGB (Red+Green+Blue) = 143+118+239=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F76EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F76EF is #708910. Grayscale: #8A8A8A. Windows color (decimal): -7375121 or 15693455. OLE color: 15693455.
HSL color Cylindrical-coordinate representation of color #8F76EF: hue angle of 252.4º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F76EF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 118 | 239 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.06 |
| HSL | 252.4º | 0.79% | 0.7% | - |
| HSV(B) | 252.4º | 0.51% | 0.94% | - |
| XYZ | 33.39 | 25.03 | 84.73 | - |
| YUV | 139.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 239 | 0.40 | 0.51 | 0 | 0.06 | 252.4 | 0.79 | 0.7 |
| Hex | 8F | 76 | EF | 28 | 33 | 0 | 6 | FC | 4F | 46 |
| Octal | 217 | 166 | 357 | 50 | 63 | 0 | 6 | 374 | 117 | 106 |
| Binary | 10001111 | 1110110 | 11101111 | 101000 | 110011 | 0 | 110 | 11111100 | 1001111 | 1000110 |
Color Harmonies of #8F76EF
Complementary color
Monochromatic Colors of #8F76EF
Black with #8F76EF
Text Example
Text Example
White with #8F76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F76EF; }
p { color: rgb(143,118,239); }
H1.HeaderClassName
{
color: #8F76EF;
}
.AnyTagClassName
{
color: #8F76EF;
}
</style>
background-color css
<style>
a { background-color: #8F76EF; }
a { background-color: rgb(143,118,239); }
div.DivClassName
{
background-color: #8F76EF;
}
.BgClassName
{
background-color: #8F76EF;
}
</style>
border-color css
<style>
span { border-color: #8F76EF; }
span { border-color: rgb(143,118,239); }
td.TdClassName
{
border-color: #8F76EF;
}
.TagClassName
{
border-color: #8F76EF;
}
</style>