Shades of Light Slate Blue #8C5DFA
Tints of Light Slate Blue #8C5DFA
RGB
CMYK
RGB Variations
Color information
#8C5DFA (or 0x8C5DFA) is known color: Light Slate Blue. HEX triplet: 8C, 5D and FA. RGB value is (140,93,250). Sum of RGB (Red+Green+Blue) = 140+93+250=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C5DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5DFA is #73A205. Grayscale: #7C7C7C. Windows color (decimal): -7578118 or 16407948. OLE color: 16407948.
HSL color Cylindrical-coordinate representation of color #8C5DFA: hue angle of 257.96º degrees, saturation: 0.94, 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 #8C5DFA is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 93 | 250 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.02 |
| HSL | 257.96º | 0.94% | 0.67% | - |
| HSV(B) | 257.96º | 0.63% | 0.98% | - |
| XYZ | 31.98 | 20.31 | 92.68 | - |
| YUV | 124.95 | 198.57 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 93 | 250 | 0.44 | 0.63 | 0 | 0.02 | 257.96 | 0.94 | 0.67 |
| Hex | 8C | 5D | FA | 2C | 3F | 0 | 2 | 102 | 5E | 43 |
| Octal | 214 | 135 | 372 | 54 | 77 | 0 | 2 | 402 | 136 | 103 |
| Binary | 10001100 | 1011101 | 11111010 | 101100 | 111111 | 0 | 10 | 100000010 | 1011110 | 1000011 |
Color Harmonies of #8C5DFA
Complementary color
Monochromatic Colors of #8C5DFA
Black with #8C5DFA
Text Example
Text Example
White with #8C5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5DFA; }
p { color: rgb(140,93,250); }
H1.HeaderClassName
{
color: #8C5DFA;
}
.AnyTagClassName
{
color: #8C5DFA;
}
</style>
background-color css
<style>
a { background-color: #8C5DFA; }
a { background-color: rgb(140,93,250); }
div.DivClassName
{
background-color: #8C5DFA;
}
.BgClassName
{
background-color: #8C5DFA;
}
</style>
border-color css
<style>
span { border-color: #8C5DFA; }
span { border-color: rgb(140,93,250); }
td.TdClassName
{
border-color: #8C5DFA;
}
.TagClassName
{
border-color: #8C5DFA;
}
</style>