Shades of Light Slate Blue #8F8DFA
Tints of Light Slate Blue #8F8DFA
RGB
CMYK
RGB Variations
Color information
#8F8DFA (or 0x8F8DFA) is known color: Light Slate Blue. HEX triplet: 8F, 8D and FA. RGB value is (143,141,250). Sum of RGB (Red+Green+Blue) = 143+141+250=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F8DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8DFA is #707205. Grayscale: #999999. Windows color (decimal): -7369222 or 16420239. OLE color: 16420239.
HSL color Cylindrical-coordinate representation of color #8F8DFA: hue angle of 241.1º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F8DFA is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 141 | 250 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.02 |
| HSL | 241.1º | 0.92% | 0.77% | - |
| HSV(B) | 241.1º | 0.44% | 0.98% | - |
| XYZ | 38.11 | 31.79 | 94.57 | - |
| YUV | 154.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 250 | 0.43 | 0.44 | 0 | 0.02 | 241.1 | 0.92 | 0.77 |
| Hex | 8F | 8D | FA | 2B | 2C | 0 | 2 | F1 | 5C | 4D |
| Octal | 217 | 215 | 372 | 53 | 54 | 0 | 2 | 361 | 134 | 115 |
| Binary | 10001111 | 10001101 | 11111010 | 101011 | 101100 | 0 | 10 | 11110001 | 1011100 | 1001101 |
Color Harmonies of #8F8DFA
Complementary color
Monochromatic Colors of #8F8DFA
Black with #8F8DFA
Text Example
Text Example
White with #8F8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DFA; }
p { color: rgb(143,141,250); }
H1.HeaderClassName
{
color: #8F8DFA;
}
.AnyTagClassName
{
color: #8F8DFA;
}
</style>
background-color css
<style>
a { background-color: #8F8DFA; }
a { background-color: rgb(143,141,250); }
div.DivClassName
{
background-color: #8F8DFA;
}
.BgClassName
{
background-color: #8F8DFA;
}
</style>
border-color css
<style>
span { border-color: #8F8DFA; }
span { border-color: rgb(143,141,250); }
td.TdClassName
{
border-color: #8F8DFA;
}
.TagClassName
{
border-color: #8F8DFA;
}
</style>