Shades of Light Slate Blue #8D8CFA
Tints of Light Slate Blue #8D8CFA
RGB
CMYK
RGB Variations
Color information
#8D8CFA (or 0x8D8CFA) is known color: Light Slate Blue. HEX triplet: 8D, 8C and FA. RGB value is (141,140,250). Sum of RGB (Red+Green+Blue) = 141+140+250=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D8CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8CFA is #727305. Grayscale: #989898. Windows color (decimal): -7500550 or 16419981. OLE color: 16419981.
HSL color Cylindrical-coordinate representation of color #8D8CFA: hue angle of 240.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D8CFA is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 140 | 250 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.02 |
| HSL | 240.55º | 0.92% | 0.76% | - |
| HSV(B) | 240.55º | 0.44% | 0.98% | - |
| XYZ | 37.62 | 31.32 | 94.51 | - |
| YUV | 152.84 | 182.83 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 250 | 0.44 | 0.44 | 0 | 0.02 | 240.55 | 0.92 | 0.76 |
| Hex | 8D | 8C | FA | 2C | 2C | 0 | 2 | F1 | 5C | 4C |
| Octal | 215 | 214 | 372 | 54 | 54 | 0 | 2 | 361 | 134 | 114 |
| Binary | 10001101 | 10001100 | 11111010 | 101100 | 101100 | 0 | 10 | 11110001 | 1011100 | 1001100 |
Color Harmonies of #8D8CFA
Complementary color
Monochromatic Colors of #8D8CFA
Black with #8D8CFA
Text Example
Text Example
White with #8D8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8CFA; }
p { color: rgb(141,140,250); }
H1.HeaderClassName
{
color: #8D8CFA;
}
.AnyTagClassName
{
color: #8D8CFA;
}
</style>
background-color css
<style>
a { background-color: #8D8CFA; }
a { background-color: rgb(141,140,250); }
div.DivClassName
{
background-color: #8D8CFA;
}
.BgClassName
{
background-color: #8D8CFA;
}
</style>
border-color css
<style>
span { border-color: #8D8CFA; }
span { border-color: rgb(141,140,250); }
td.TdClassName
{
border-color: #8D8CFA;
}
.TagClassName
{
border-color: #8D8CFA;
}
</style>