Shades of Light Slate Blue #8F7BFA
Tints of Light Slate Blue #8F7BFA
RGB
CMYK
RGB Variations
Color information
#8F7BFA (or 0x8F7BFA) is known color: Light Slate Blue. HEX triplet: 8F, 7B and FA. RGB value is (143,123,250). Sum of RGB (Red+Green+Blue) = 143+123+250=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7BFA is #708405. Grayscale: #8E8E8E. Windows color (decimal): -7373830 or 16415631. OLE color: 16415631.
HSL color Cylindrical-coordinate representation of color #8F7BFA: hue angle of 249.45º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F7BFA is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 123 | 250 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.02 |
| HSL | 249.45º | 0.93% | 0.73% | - |
| HSV(B) | 249.45º | 0.51% | 0.98% | - |
| XYZ | 35.67 | 26.91 | 93.76 | - |
| YUV | 143.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 250 | 0.43 | 0.51 | 0 | 0.02 | 249.45 | 0.93 | 0.73 |
| Hex | 8F | 7B | FA | 2B | 33 | 0 | 2 | F9 | 5D | 49 |
| Octal | 217 | 173 | 372 | 53 | 63 | 0 | 2 | 371 | 135 | 111 |
| Binary | 10001111 | 1111011 | 11111010 | 101011 | 110011 | 0 | 10 | 11111001 | 1011101 | 1001001 |
Color Harmonies of #8F7BFA
Complementary color
Monochromatic Colors of #8F7BFA
Black with #8F7BFA
Text Example
Text Example
White with #8F7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BFA; }
p { color: rgb(143,123,250); }
H1.HeaderClassName
{
color: #8F7BFA;
}
.AnyTagClassName
{
color: #8F7BFA;
}
</style>
background-color css
<style>
a { background-color: #8F7BFA; }
a { background-color: rgb(143,123,250); }
div.DivClassName
{
background-color: #8F7BFA;
}
.BgClassName
{
background-color: #8F7BFA;
}
</style>
border-color css
<style>
span { border-color: #8F7BFA; }
span { border-color: rgb(143,123,250); }
td.TdClassName
{
border-color: #8F7BFA;
}
.TagClassName
{
border-color: #8F7BFA;
}
</style>