Shades of Light Slate Blue #8D8CFC
Tints of Light Slate Blue #8D8CFC
RGB
CMYK
RGB Variations
Color information
#8D8CFC (or 0x8D8CFC) is known color: Light Slate Blue. HEX triplet: 8D, 8C and FC. RGB value is (141,140,252). Sum of RGB (Red+Green+Blue) = 141+140+252=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8CFC is #727303. Grayscale: #989898. Windows color (decimal): -7500548 or 16551053. OLE color: 16551053.
HSL color Cylindrical-coordinate representation of color #8D8CFC: hue angle of 240.54º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D8CFC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 140 | 252 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.01 |
| HSL | 240.54º | 0.95% | 0.77% | - |
| HSV(B) | 240.54º | 0.44% | 0.99% | - |
| XYZ | 37.93 | 31.45 | 96.17 | - |
| YUV | 153.07 | 183.83 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 252 | 0.44 | 0.44 | 0 | 0.01 | 240.54 | 0.95 | 0.77 |
| Hex | 8D | 8C | FC | 2C | 2C | 0 | 1 | F1 | 5F | 4D |
| Octal | 215 | 214 | 374 | 54 | 54 | 0 | 1 | 361 | 137 | 115 |
| Binary | 10001101 | 10001100 | 11111100 | 101100 | 101100 | 0 | 1 | 11110001 | 1011111 | 1001101 |
Color Harmonies of #8D8CFC
Complementary color
Monochromatic Colors of #8D8CFC
Black with #8D8CFC
Text Example
Text Example
White with #8D8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8CFC; }
p { color: rgb(141,140,252); }
H1.HeaderClassName
{
color: #8D8CFC;
}
.AnyTagClassName
{
color: #8D8CFC;
}
</style>
background-color css
<style>
a { background-color: #8D8CFC; }
a { background-color: rgb(141,140,252); }
div.DivClassName
{
background-color: #8D8CFC;
}
.BgClassName
{
background-color: #8D8CFC;
}
</style>
border-color css
<style>
span { border-color: #8D8CFC; }
span { border-color: rgb(141,140,252); }
td.TdClassName
{
border-color: #8D8CFC;
}
.TagClassName
{
border-color: #8D8CFC;
}
</style>