Shades of Light Slate Blue #8F79FF
Tints of Light Slate Blue #8F79FF
RGB
CMYK
RGB Variations
Color information
#8F79FF (or 0x8F79FF) is known color: Light Slate Blue. HEX triplet: 8F, 79 and FF. RGB value is (143,121,255). Sum of RGB (Red+Green+Blue) = 143+121+255=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F79FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F79FF is #708600. Grayscale: #8E8E8E. Windows color (decimal): -7374337 or 16742799. OLE color: 16742799.
HSL color Cylindrical-coordinate representation of color #8F79FF: hue angle of 249.85º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F79FF is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 121 | 255 | - |
| CMYK | 0.44 | 0.53 | 0 | 0 |
| HSL | 249.85º | 1% | 0.74% | - |
| HSV(B) | 249.85º | 0.53% | 1% | - |
| XYZ | 36.22 | 26.73 | 97.86 | - |
| YUV | 142.85 | 191.29 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 255 | 0.44 | 0.53 | 0 | 0 | 249.85 | 1 | 0.74 |
| Hex | 8F | 79 | FF | 2C | 35 | 0 | 0 | FA | 64 | 4A |
| Octal | 217 | 171 | 377 | 54 | 65 | 0 | 0 | 372 | 144 | 112 |
| Binary | 10001111 | 1111001 | 11111111 | 101100 | 110101 | 0 | 0 | 11111010 | 1100100 | 1001010 |
Color Harmonies of #8F79FF
Complementary color
Monochromatic Colors of #8F79FF
Black with #8F79FF
Text Example
Text Example
White with #8F79FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F79FF; }
p { color: rgb(143,121,255); }
H1.HeaderClassName
{
color: #8F79FF;
}
.AnyTagClassName
{
color: #8F79FF;
}
</style>
background-color css
<style>
a { background-color: #8F79FF; }
a { background-color: rgb(143,121,255); }
div.DivClassName
{
background-color: #8F79FF;
}
.BgClassName
{
background-color: #8F79FF;
}
</style>
border-color css
<style>
span { border-color: #8F79FF; }
span { border-color: rgb(143,121,255); }
td.TdClassName
{
border-color: #8F79FF;
}
.TagClassName
{
border-color: #8F79FF;
}
</style>