Shades of Light Slate Blue #8F76FE
Tints of Light Slate Blue #8F76FE
RGB
CMYK
RGB Variations
Color information
#8F76FE (or 0x8F76FE) is known color: Light Slate Blue. HEX triplet: 8F, 76 and FE. RGB value is (143,118,254). Sum of RGB (Red+Green+Blue) = 143+118+254=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F76FE is #708901. Grayscale: #8C8C8C. Windows color (decimal): -7375106 or 16676495. OLE color: 16676495.
HSL color Cylindrical-coordinate representation of color #8F76FE: hue angle of 251.03º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F76FE is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 118 | 254 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.00 |
| HSL | 251.03º | 0.99% | 0.73% | - |
| HSV(B) | 251.03º | 0.54% | 1% | - |
| XYZ | 35.7 | 25.95 | 96.89 | - |
| YUV | 140.98 | 191.78 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 254 | 0.44 | 0.54 | 0 | 0.00 | 251.03 | 0.99 | 0.73 |
| Hex | 8F | 76 | FE | 2C | 36 | 0 | 0 | FB | 63 | 49 |
| Octal | 217 | 166 | 376 | 54 | 66 | 0 | 0 | 373 | 143 | 111 |
| Binary | 10001111 | 1110110 | 11111110 | 101100 | 110110 | 0 | 0 | 11111011 | 1100011 | 1001001 |
Color Harmonies of #8F76FE
Complementary color
Monochromatic Colors of #8F76FE
Black with #8F76FE
Text Example
Text Example
White with #8F76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F76FE; }
p { color: rgb(143,118,254); }
H1.HeaderClassName
{
color: #8F76FE;
}
.AnyTagClassName
{
color: #8F76FE;
}
</style>
background-color css
<style>
a { background-color: #8F76FE; }
a { background-color: rgb(143,118,254); }
div.DivClassName
{
background-color: #8F76FE;
}
.BgClassName
{
background-color: #8F76FE;
}
</style>
border-color css
<style>
span { border-color: #8F76FE; }
span { border-color: rgb(143,118,254); }
td.TdClassName
{
border-color: #8F76FE;
}
.TagClassName
{
border-color: #8F76FE;
}
</style>