Shades of Light Slate Blue #8F6DF3
Tints of Light Slate Blue #8F6DF3
RGB
CMYK
RGB Variations
Color information
#8F6DF3 (or 0x8F6DF3) is known color: Light Slate Blue. HEX triplet: 8F, 6D and F3. RGB value is (143,109,243). Sum of RGB (Red+Green+Blue) = 143+109+243=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #8F6DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6DF3 is #70920C. Grayscale: #858585. Windows color (decimal): -7377421 or 15953295. OLE color: 15953295.
HSL color Cylindrical-coordinate representation of color #8F6DF3: hue angle of 255.22º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F6DF3 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 109 | 243 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.05 |
| HSL | 255.22º | 0.85% | 0.69% | - |
| HSV(B) | 255.22º | 0.55% | 0.95% | - |
| XYZ | 32.97 | 23.25 | 87.54 | - |
| YUV | 134.44 | 189.26 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 109 | 243 | 0.41 | 0.55 | 0 | 0.05 | 255.22 | 0.85 | 0.69 |
| Hex | 8F | 6D | F3 | 29 | 37 | 0 | 5 | FF | 55 | 45 |
| Octal | 217 | 155 | 363 | 51 | 67 | 0 | 5 | 377 | 125 | 105 |
| Binary | 10001111 | 1101101 | 11110011 | 101001 | 110111 | 0 | 101 | 11111111 | 1010101 | 1000101 |
Color Harmonies of #8F6DF3
Complementary color
Monochromatic Colors of #8F6DF3
Black with #8F6DF3
Text Example
Text Example
White with #8F6DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6DF3; }
p { color: rgb(143,109,243); }
H1.HeaderClassName
{
color: #8F6DF3;
}
.AnyTagClassName
{
color: #8F6DF3;
}
</style>
background-color css
<style>
a { background-color: #8F6DF3; }
a { background-color: rgb(143,109,243); }
div.DivClassName
{
background-color: #8F6DF3;
}
.BgClassName
{
background-color: #8F6DF3;
}
</style>
border-color css
<style>
span { border-color: #8F6DF3; }
span { border-color: rgb(143,109,243); }
td.TdClassName
{
border-color: #8F6DF3;
}
.TagClassName
{
border-color: #8F6DF3;
}
</style>