Shades of Light Slate Blue #8F7DF1
Tints of Light Slate Blue #8F7DF1
RGB
CMYK
RGB Variations
Color information
#8F7DF1 (or 0x8F7DF1) is known color: Light Slate Blue. HEX triplet: 8F, 7D and F1. RGB value is (143,125,241). Sum of RGB (Red+Green+Blue) = 143+125+241=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F7DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7DF1 is #70820E. Grayscale: #8F8F8F. Windows color (decimal): -7373327 or 15826319. OLE color: 15826319.
HSL color Cylindrical-coordinate representation of color #8F7DF1: hue angle of 249.31º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F7DF1 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 125 | 241 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.05 |
| HSL | 249.31º | 0.81% | 0.72% | - |
| HSV(B) | 249.31º | 0.48% | 0.95% | - |
| XYZ | 34.54 | 26.86 | 86.58 | - |
| YUV | 143.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 241 | 0.41 | 0.48 | 0 | 0.05 | 249.31 | 0.81 | 0.72 |
| Hex | 8F | 7D | F1 | 29 | 30 | 0 | 5 | F9 | 51 | 48 |
| Octal | 217 | 175 | 361 | 51 | 60 | 0 | 5 | 371 | 121 | 110 |
| Binary | 10001111 | 1111101 | 11110001 | 101001 | 110000 | 0 | 101 | 11111001 | 1010001 | 1001000 |
Color Harmonies of #8F7DF1
Complementary color
Monochromatic Colors of #8F7DF1
Black with #8F7DF1
Text Example
Text Example
White with #8F7DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7DF1; }
p { color: rgb(143,125,241); }
H1.HeaderClassName
{
color: #8F7DF1;
}
.AnyTagClassName
{
color: #8F7DF1;
}
</style>
background-color css
<style>
a { background-color: #8F7DF1; }
a { background-color: rgb(143,125,241); }
div.DivClassName
{
background-color: #8F7DF1;
}
.BgClassName
{
background-color: #8F7DF1;
}
</style>
border-color css
<style>
span { border-color: #8F7DF1; }
span { border-color: rgb(143,125,241); }
td.TdClassName
{
border-color: #8F7DF1;
}
.TagClassName
{
border-color: #8F7DF1;
}
</style>