Shades of Light Slate Blue #8D68F9
Tints of Light Slate Blue #8D68F9
RGB
CMYK
RGB Variations
Color information
#8D68F9 (or 0x8D68F9) is known color: Light Slate Blue. HEX triplet: 8D, 68 and F9. RGB value is (141,104,249). Sum of RGB (Red+Green+Blue) = 141+104+249=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D68F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D68F9 is #729706. Grayscale: #838383. Windows color (decimal): -7509767 or 16345229. OLE color: 16345229.
HSL color Cylindrical-coordinate representation of color #8D68F9: hue angle of 255.31º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D68F9 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 104 | 249 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.02 |
| HSL | 255.31º | 0.92% | 0.69% | - |
| HSV(B) | 255.31º | 0.58% | 0.98% | - |
| XYZ | 33.03 | 22.4 | 92.21 | - |
| YUV | 131.59 | 194.26 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 249 | 0.43 | 0.58 | 0 | 0.02 | 255.31 | 0.92 | 0.69 |
| Hex | 8D | 68 | F9 | 2B | 3A | 0 | 2 | FF | 5C | 45 |
| Octal | 215 | 150 | 371 | 53 | 72 | 0 | 2 | 377 | 134 | 105 |
| Binary | 10001101 | 1101000 | 11111001 | 101011 | 111010 | 0 | 10 | 11111111 | 1011100 | 1000101 |
Color Harmonies of #8D68F9
Complementary color
Monochromatic Colors of #8D68F9
Black with #8D68F9
Text Example
Text Example
White with #8D68F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D68F9; }
p { color: rgb(141,104,249); }
H1.HeaderClassName
{
color: #8D68F9;
}
.AnyTagClassName
{
color: #8D68F9;
}
</style>
background-color css
<style>
a { background-color: #8D68F9; }
a { background-color: rgb(141,104,249); }
div.DivClassName
{
background-color: #8D68F9;
}
.BgClassName
{
background-color: #8D68F9;
}
</style>
border-color css
<style>
span { border-color: #8D68F9; }
span { border-color: rgb(141,104,249); }
td.TdClassName
{
border-color: #8D68F9;
}
.TagClassName
{
border-color: #8D68F9;
}
</style>