Shades of Light Slate Blue #8F79FE
Tints of Light Slate Blue #8F79FE
RGB
CMYK
RGB Variations
Color information
#8F79FE (or 0x8F79FE) is known color: Light Slate Blue. HEX triplet: 8F, 79 and FE. RGB value is (143,121,254). Sum of RGB (Red+Green+Blue) = 143+121+254=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F79FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F79FE is #708601. Grayscale: #8E8E8E. Windows color (decimal): -7374338 or 16677263. OLE color: 16677263.
HSL color Cylindrical-coordinate representation of color #8F79FE: hue angle of 249.92º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F79FE is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 121 | 254 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.00 |
| HSL | 249.92º | 0.99% | 0.74% | - |
| HSV(B) | 249.92º | 0.52% | 1% | - |
| XYZ | 36.05 | 26.67 | 97.01 | - |
| YUV | 142.74 | 190.79 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 254 | 0.44 | 0.52 | 0 | 0.00 | 249.92 | 0.99 | 0.74 |
| Hex | 8F | 79 | FE | 2C | 34 | 0 | 0 | FA | 63 | 4A |
| Octal | 217 | 171 | 376 | 54 | 64 | 0 | 0 | 372 | 143 | 112 |
| Binary | 10001111 | 1111001 | 11111110 | 101100 | 110100 | 0 | 0 | 11111010 | 1100011 | 1001010 |
Color Harmonies of #8F79FE
Complementary color
Monochromatic Colors of #8F79FE
Black with #8F79FE
Text Example
Text Example
White with #8F79FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F79FE; }
p { color: rgb(143,121,254); }
H1.HeaderClassName
{
color: #8F79FE;
}
.AnyTagClassName
{
color: #8F79FE;
}
</style>
background-color css
<style>
a { background-color: #8F79FE; }
a { background-color: rgb(143,121,254); }
div.DivClassName
{
background-color: #8F79FE;
}
.BgClassName
{
background-color: #8F79FE;
}
</style>
border-color css
<style>
span { border-color: #8F79FE; }
span { border-color: rgb(143,121,254); }
td.TdClassName
{
border-color: #8F79FE;
}
.TagClassName
{
border-color: #8F79FE;
}
</style>