Shades of Light Slate Blue #8C5CF9
Tints of Light Slate Blue #8C5CF9
RGB
CMYK
RGB Variations
Color information
#8C5CF9 (or 0x8C5CF9) is known color: Light Slate Blue. HEX triplet: 8C, 5C and F9. RGB value is (140,92,249). Sum of RGB (Red+Green+Blue) = 140+92+249=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C5CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5CF9 is #73A306. Grayscale: #7B7B7B. Windows color (decimal): -7578375 or 16342156. OLE color: 16342156.
HSL color Cylindrical-coordinate representation of color #8C5CF9: hue angle of 258.34º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C5CF9 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 92 | 249 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.02 |
| HSL | 258.34º | 0.93% | 0.67% | - |
| HSV(B) | 258.34º | 0.63% | 0.98% | - |
| XYZ | 31.74 | 20.07 | 91.82 | - |
| YUV | 124.25 | 198.4 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 249 | 0.44 | 0.63 | 0 | 0.02 | 258.34 | 0.93 | 0.67 |
| Hex | 8C | 5C | F9 | 2C | 3F | 0 | 2 | 102 | 5D | 43 |
| Octal | 214 | 134 | 371 | 54 | 77 | 0 | 2 | 402 | 135 | 103 |
| Binary | 10001100 | 1011100 | 11111001 | 101100 | 111111 | 0 | 10 | 100000010 | 1011101 | 1000011 |
Color Harmonies of #8C5CF9
Complementary color
Monochromatic Colors of #8C5CF9
Black with #8C5CF9
Text Example
Text Example
White with #8C5CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CF9; }
p { color: rgb(140,92,249); }
H1.HeaderClassName
{
color: #8C5CF9;
}
.AnyTagClassName
{
color: #8C5CF9;
}
</style>
background-color css
<style>
a { background-color: #8C5CF9; }
a { background-color: rgb(140,92,249); }
div.DivClassName
{
background-color: #8C5CF9;
}
.BgClassName
{
background-color: #8C5CF9;
}
</style>
border-color css
<style>
span { border-color: #8C5CF9; }
span { border-color: rgb(140,92,249); }
td.TdClassName
{
border-color: #8C5CF9;
}
.TagClassName
{
border-color: #8C5CF9;
}
</style>