Shades of Light Slate Blue #8C64F9
Tints of Light Slate Blue #8C64F9
RGB
CMYK
RGB Variations
Color information
#8C64F9 (or 0x8C64F9) is known color: Light Slate Blue. HEX triplet: 8C, 64 and F9. RGB value is (140,100,249). Sum of RGB (Red+Green+Blue) = 140+100+249=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C64F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C64F9 is #739B06. Grayscale: #808080. Windows color (decimal): -7576327 or 16344204. OLE color: 16344204.
HSL color Cylindrical-coordinate representation of color #8C64F9: hue angle of 256.11º 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 #8C64F9 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 100 | 249 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.02 |
| HSL | 256.11º | 0.93% | 0.68% | - |
| HSV(B) | 256.11º | 0.6% | 0.98% | - |
| XYZ | 32.47 | 21.53 | 92.07 | - |
| YUV | 128.95 | 195.75 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 249 | 0.44 | 0.60 | 0 | 0.02 | 256.11 | 0.93 | 0.68 |
| Hex | 8C | 64 | F9 | 2C | 3C | 0 | 2 | 100 | 5D | 44 |
| Octal | 214 | 144 | 371 | 54 | 74 | 0 | 2 | 400 | 135 | 104 |
| Binary | 10001100 | 1100100 | 11111001 | 101100 | 111100 | 0 | 10 | 100000000 | 1011101 | 1000100 |
Color Harmonies of #8C64F9
Complementary color
Monochromatic Colors of #8C64F9
Black with #8C64F9
Text Example
Text Example
White with #8C64F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C64F9; }
p { color: rgb(140,100,249); }
H1.HeaderClassName
{
color: #8C64F9;
}
.AnyTagClassName
{
color: #8C64F9;
}
</style>
background-color css
<style>
a { background-color: #8C64F9; }
a { background-color: rgb(140,100,249); }
div.DivClassName
{
background-color: #8C64F9;
}
.BgClassName
{
background-color: #8C64F9;
}
</style>
border-color css
<style>
span { border-color: #8C64F9; }
span { border-color: rgb(140,100,249); }
td.TdClassName
{
border-color: #8C64F9;
}
.TagClassName
{
border-color: #8C64F9;
}
</style>