Shades of Light Slate Blue #8F78F0
Tints of Light Slate Blue #8F78F0
RGB
CMYK
RGB Variations
Color information
#8F78F0 (or 0x8F78F0) is known color: Light Slate Blue. HEX triplet: 8F, 78 and F0. RGB value is (143,120,240). Sum of RGB (Red+Green+Blue) = 143+120+240=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #8F78F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F78F0 is #70870F. Grayscale: #8C8C8C. Windows color (decimal): -7374608 or 15759503. OLE color: 15759503.
HSL color Cylindrical-coordinate representation of color #8F78F0: hue angle of 251.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F78F0 is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 120 | 240 | - |
| CMYK | 0.40 | 0.5 | 0 | 0.06 |
| HSL | 251.5º | 0.8% | 0.71% | - |
| HSV(B) | 251.5º | 0.5% | 0.94% | - |
| XYZ | 33.77 | 25.56 | 85.59 | - |
| YUV | 140.56 | 184.12 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 240 | 0.40 | 0.5 | 0 | 0.06 | 251.5 | 0.8 | 0.71 |
| Hex | 8F | 78 | F0 | 28 | 32 | 0 | 6 | FC | 50 | 47 |
| Octal | 217 | 170 | 360 | 50 | 62 | 0 | 6 | 374 | 120 | 107 |
| Binary | 10001111 | 1111000 | 11110000 | 101000 | 110010 | 0 | 110 | 11111100 | 1010000 | 1000111 |
Color Harmonies of #8F78F0
Complementary color
Monochromatic Colors of #8F78F0
Black with #8F78F0
Text Example
Text Example
White with #8F78F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78F0; }
p { color: rgb(143,120,240); }
H1.HeaderClassName
{
color: #8F78F0;
}
.AnyTagClassName
{
color: #8F78F0;
}
</style>
background-color css
<style>
a { background-color: #8F78F0; }
a { background-color: rgb(143,120,240); }
div.DivClassName
{
background-color: #8F78F0;
}
.BgClassName
{
background-color: #8F78F0;
}
</style>
border-color css
<style>
span { border-color: #8F78F0; }
span { border-color: rgb(143,120,240); }
td.TdClassName
{
border-color: #8F78F0;
}
.TagClassName
{
border-color: #8F78F0;
}
</style>