Shades of Light Slate Blue #8F7CF0
Tints of Light Slate Blue #8F7CF0
RGB
CMYK
RGB Variations
Color information
#8F7CF0 (or 0x8F7CF0) is known color: Light Slate Blue. HEX triplet: 8F, 7C and F0. RGB value is (143,124,240). Sum of RGB (Red+Green+Blue) = 143+124+240=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #8F7CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7CF0 is #70830F. Grayscale: #8E8E8E. Windows color (decimal): -7373584 or 15760527. OLE color: 15760527.
HSL color Cylindrical-coordinate representation of color #8F7CF0: hue angle of 249.83º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F7CF0 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 124 | 240 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.06 |
| HSL | 249.83º | 0.79% | 0.71% | - |
| HSV(B) | 249.83º | 0.48% | 0.94% | - |
| XYZ | 34.26 | 26.55 | 85.76 | - |
| YUV | 142.91 | 182.79 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 240 | 0.40 | 0.48 | 0 | 0.06 | 249.83 | 0.79 | 0.71 |
| Hex | 8F | 7C | F0 | 28 | 30 | 0 | 6 | FA | 4F | 47 |
| Octal | 217 | 174 | 360 | 50 | 60 | 0 | 6 | 372 | 117 | 107 |
| Binary | 10001111 | 1111100 | 11110000 | 101000 | 110000 | 0 | 110 | 11111010 | 1001111 | 1000111 |
Color Harmonies of #8F7CF0
Complementary color
Monochromatic Colors of #8F7CF0
Black with #8F7CF0
Text Example
Text Example
White with #8F7CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7CF0; }
p { color: rgb(143,124,240); }
H1.HeaderClassName
{
color: #8F7CF0;
}
.AnyTagClassName
{
color: #8F7CF0;
}
</style>
background-color css
<style>
a { background-color: #8F7CF0; }
a { background-color: rgb(143,124,240); }
div.DivClassName
{
background-color: #8F7CF0;
}
.BgClassName
{
background-color: #8F7CF0;
}
</style>
border-color css
<style>
span { border-color: #8F7CF0; }
span { border-color: rgb(143,124,240); }
td.TdClassName
{
border-color: #8F7CF0;
}
.TagClassName
{
border-color: #8F7CF0;
}
</style>