Shades of Light Slate Blue #8F7CFB
Tints of Light Slate Blue #8F7CFB
RGB
CMYK
RGB Variations
Color information
#8F7CFB (or 0x8F7CFB) is known color: Light Slate Blue. HEX triplet: 8F, 7C and FB. RGB value is (143,124,251). Sum of RGB (Red+Green+Blue) = 143+124+251=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F7CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7CFB is #708304. Grayscale: #8F8F8F. Windows color (decimal): -7373573 or 16481423. OLE color: 16481423.
HSL color Cylindrical-coordinate representation of color #8F7CFB: hue angle of 248.98º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F7CFB is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 124 | 251 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.02 |
| HSL | 248.98º | 0.94% | 0.74% | - |
| HSV(B) | 248.98º | 0.51% | 0.98% | - |
| XYZ | 35.95 | 27.22 | 94.63 | - |
| YUV | 144.16 | 188.29 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 251 | 0.43 | 0.51 | 0 | 0.02 | 248.98 | 0.94 | 0.74 |
| Hex | 8F | 7C | FB | 2B | 33 | 0 | 2 | F9 | 5E | 4A |
| Octal | 217 | 174 | 373 | 53 | 63 | 0 | 2 | 371 | 136 | 112 |
| Binary | 10001111 | 1111100 | 11111011 | 101011 | 110011 | 0 | 10 | 11111001 | 1011110 | 1001010 |
Color Harmonies of #8F7CFB
Complementary color
Monochromatic Colors of #8F7CFB
Black with #8F7CFB
Text Example
Text Example
White with #8F7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7CFB; }
p { color: rgb(143,124,251); }
H1.HeaderClassName
{
color: #8F7CFB;
}
.AnyTagClassName
{
color: #8F7CFB;
}
</style>
background-color css
<style>
a { background-color: #8F7CFB; }
a { background-color: rgb(143,124,251); }
div.DivClassName
{
background-color: #8F7CFB;
}
.BgClassName
{
background-color: #8F7CFB;
}
</style>
border-color css
<style>
span { border-color: #8F7CFB; }
span { border-color: rgb(143,124,251); }
td.TdClassName
{
border-color: #8F7CFB;
}
.TagClassName
{
border-color: #8F7CFB;
}
</style>