Shades of Light Slate Blue #8F83F9
Tints of Light Slate Blue #8F83F9
RGB
CMYK
RGB Variations
Color information
#8F83F9 (or 0x8F83F9) is known color: Light Slate Blue. HEX triplet: 8F, 83 and F9. RGB value is (143,131,249). Sum of RGB (Red+Green+Blue) = 143+131+249=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F83F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F83F9 is #707C06. Grayscale: #939393. Windows color (decimal): -7371783 or 16352143. OLE color: 16352143.
HSL color Cylindrical-coordinate representation of color #8F83F9: hue angle of 246.1º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F83F9 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 131 | 249 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.02 |
| HSL | 246.1º | 0.91% | 0.75% | - |
| HSV(B) | 246.1º | 0.47% | 0.98% | - |
| XYZ | 36.54 | 28.91 | 93.28 | - |
| YUV | 148.04 | 184.98 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 249 | 0.43 | 0.47 | 0 | 0.02 | 246.1 | 0.91 | 0.75 |
| Hex | 8F | 83 | F9 | 2B | 2F | 0 | 2 | F6 | 5B | 4B |
| Octal | 217 | 203 | 371 | 53 | 57 | 0 | 2 | 366 | 133 | 113 |
| Binary | 10001111 | 10000011 | 11111001 | 101011 | 101111 | 0 | 10 | 11110110 | 1011011 | 1001011 |
Color Harmonies of #8F83F9
Complementary color
Monochromatic Colors of #8F83F9
Black with #8F83F9
Text Example
Text Example
White with #8F83F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F83F9; }
p { color: rgb(143,131,249); }
H1.HeaderClassName
{
color: #8F83F9;
}
.AnyTagClassName
{
color: #8F83F9;
}
</style>
background-color css
<style>
a { background-color: #8F83F9; }
a { background-color: rgb(143,131,249); }
div.DivClassName
{
background-color: #8F83F9;
}
.BgClassName
{
background-color: #8F83F9;
}
</style>
border-color css
<style>
span { border-color: #8F83F9; }
span { border-color: rgb(143,131,249); }
td.TdClassName
{
border-color: #8F83F9;
}
.TagClassName
{
border-color: #8F83F9;
}
</style>