Shades of Light Slate Blue #8F84F1
Tints of Light Slate Blue #8F84F1
RGB
CMYK
RGB Variations
Color information
#8F84F1 (or 0x8F84F1) is known color: Light Slate Blue. HEX triplet: 8F, 84 and F1. RGB value is (143,132,241). Sum of RGB (Red+Green+Blue) = 143+132+241=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F84F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F84F1 is #707B0E. Grayscale: #939393. Windows color (decimal): -7371535 or 15828111. OLE color: 15828111.
HSL color Cylindrical-coordinate representation of color #8F84F1: hue angle of 246.06º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F84F1 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 132 | 241 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.05 |
| HSL | 246.06º | 0.8% | 0.73% | - |
| HSV(B) | 246.06º | 0.45% | 0.95% | - |
| XYZ | 35.46 | 28.69 | 86.89 | - |
| YUV | 147.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 241 | 0.41 | 0.45 | 0 | 0.05 | 246.06 | 0.8 | 0.73 |
| Hex | 8F | 84 | F1 | 29 | 2D | 0 | 5 | F6 | 50 | 49 |
| Octal | 217 | 204 | 361 | 51 | 55 | 0 | 5 | 366 | 120 | 111 |
| Binary | 10001111 | 10000100 | 11110001 | 101001 | 101101 | 0 | 101 | 11110110 | 1010000 | 1001001 |
Color Harmonies of #8F84F1
Complementary color
Monochromatic Colors of #8F84F1
Black with #8F84F1
Text Example
Text Example
White with #8F84F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84F1; }
p { color: rgb(143,132,241); }
H1.HeaderClassName
{
color: #8F84F1;
}
.AnyTagClassName
{
color: #8F84F1;
}
</style>
background-color css
<style>
a { background-color: #8F84F1; }
a { background-color: rgb(143,132,241); }
div.DivClassName
{
background-color: #8F84F1;
}
.BgClassName
{
background-color: #8F84F1;
}
</style>
border-color css
<style>
span { border-color: #8F84F1; }
span { border-color: rgb(143,132,241); }
td.TdClassName
{
border-color: #8F84F1;
}
.TagClassName
{
border-color: #8F84F1;
}
</style>