Shades of Light Slate Blue #8D64F9
Tints of Light Slate Blue #8D64F9
RGB
CMYK
RGB Variations
Color information
#8D64F9 (or 0x8D64F9) is known color: Light Slate Blue. HEX triplet: 8D, 64 and F9. RGB value is (141,100,249). Sum of RGB (Red+Green+Blue) = 141+100+249=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D64F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D64F9 is #729B06. Grayscale: #808080. Windows color (decimal): -7510791 or 16344205. OLE color: 16344205.
HSL color Cylindrical-coordinate representation of color #8D64F9: hue angle of 256.51º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D64F9 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 100 | 249 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.02 |
| HSL | 256.51º | 0.93% | 0.68% | - |
| HSV(B) | 256.51º | 0.6% | 0.98% | - |
| XYZ | 32.64 | 21.62 | 92.07 | - |
| YUV | 129.25 | 195.58 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 249 | 0.43 | 0.60 | 0 | 0.02 | 256.51 | 0.93 | 0.68 |
| Hex | 8D | 64 | F9 | 2B | 3C | 0 | 2 | 101 | 5D | 44 |
| Octal | 215 | 144 | 371 | 53 | 74 | 0 | 2 | 401 | 135 | 104 |
| Binary | 10001101 | 1100100 | 11111001 | 101011 | 111100 | 0 | 10 | 100000001 | 1011101 | 1000100 |
Color Harmonies of #8D64F9
Complementary color
Monochromatic Colors of #8D64F9
Black with #8D64F9
Text Example
Text Example
White with #8D64F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D64F9; }
p { color: rgb(141,100,249); }
H1.HeaderClassName
{
color: #8D64F9;
}
.AnyTagClassName
{
color: #8D64F9;
}
</style>
background-color css
<style>
a { background-color: #8D64F9; }
a { background-color: rgb(141,100,249); }
div.DivClassName
{
background-color: #8D64F9;
}
.BgClassName
{
background-color: #8D64F9;
}
</style>
border-color css
<style>
span { border-color: #8D64F9; }
span { border-color: rgb(141,100,249); }
td.TdClassName
{
border-color: #8D64F9;
}
.TagClassName
{
border-color: #8D64F9;
}
</style>