Shades of Light Slate Blue #8F78FF
Tints of Light Slate Blue #8F78FF
RGB
CMYK
RGB Variations
Color information
#8F78FF (or 0x8F78FF) is known color: Light Slate Blue. HEX triplet: 8F, 78 and FF. RGB value is (143,120,255). Sum of RGB (Red+Green+Blue) = 143+120+255=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F78FF is #708700. Grayscale: #8D8D8D. Windows color (decimal): -7374593 or 16742543. OLE color: 16742543.
HSL color Cylindrical-coordinate representation of color #8F78FF: hue angle of 250.22º 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 #8F78FF is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 120 | 255 | - |
| CMYK | 0.44 | 0.53 | 0 | 0 |
| HSL | 250.22º | 1% | 0.74% | - |
| HSV(B) | 250.22º | 0.53% | 1% | - |
| XYZ | 36.09 | 26.49 | 97.82 | - |
| YUV | 142.27 | 191.62 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 255 | 0.44 | 0.53 | 0 | 0 | 250.22 | 1 | 0.74 |
| Hex | 8F | 78 | FF | 2C | 35 | 0 | 0 | FA | 64 | 4A |
| Octal | 217 | 170 | 377 | 54 | 65 | 0 | 0 | 372 | 144 | 112 |
| Binary | 10001111 | 1111000 | 11111111 | 101100 | 110101 | 0 | 0 | 11111010 | 1100100 | 1001010 |
Color Harmonies of #8F78FF
Complementary color
Monochromatic Colors of #8F78FF
Black with #8F78FF
Text Example
Text Example
White with #8F78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78FF; }
p { color: rgb(143,120,255); }
H1.HeaderClassName
{
color: #8F78FF;
}
.AnyTagClassName
{
color: #8F78FF;
}
</style>
background-color css
<style>
a { background-color: #8F78FF; }
a { background-color: rgb(143,120,255); }
div.DivClassName
{
background-color: #8F78FF;
}
.BgClassName
{
background-color: #8F78FF;
}
</style>
border-color css
<style>
span { border-color: #8F78FF; }
span { border-color: rgb(143,120,255); }
td.TdClassName
{
border-color: #8F78FF;
}
.TagClassName
{
border-color: #8F78FF;
}
</style>