Shades of Light Slate Blue #9C8DF1
Tints of Light Slate Blue #9C8DF1
RGB
CMYK
RGB Variations
Color information
#9C8DF1 (or 0x9C8DF1) is known color: Light Slate Blue. HEX triplet: 9C, 8D and F1. RGB value is (156,141,241). Sum of RGB (Red+Green+Blue) = 156+141+241=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C8DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8DF1 is #63720E. Grayscale: #9C9C9C. Windows color (decimal): -6517263 or 15830428. OLE color: 15830428.
HSL color Cylindrical-coordinate representation of color #9C8DF1: hue angle of 249º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C8DF1 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 141 | 241 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.05 |
| HSL | 249º | 0.78% | 0.75% | - |
| HSV(B) | 249º | 0.41% | 0.95% | - |
| XYZ | 39.11 | 32.47 | 87.42 | - |
| YUV | 156.89 | 175.47 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 241 | 0.35 | 0.41 | 0 | 0.05 | 249 | 0.78 | 0.75 |
| Hex | 9C | 8D | F1 | 23 | 29 | 0 | 5 | F9 | 4E | 4B |
| Octal | 234 | 215 | 361 | 43 | 51 | 0 | 5 | 371 | 116 | 113 |
| Binary | 10011100 | 10001101 | 11110001 | 100011 | 101001 | 0 | 101 | 11111001 | 1001110 | 1001011 |
Color Harmonies of #9C8DF1
Complementary color
Monochromatic Colors of #9C8DF1
Black with #9C8DF1
Text Example
Text Example
White with #9C8DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8DF1; }
p { color: rgb(156,141,241); }
H1.HeaderClassName
{
color: #9C8DF1;
}
.AnyTagClassName
{
color: #9C8DF1;
}
</style>
background-color css
<style>
a { background-color: #9C8DF1; }
a { background-color: rgb(156,141,241); }
div.DivClassName
{
background-color: #9C8DF1;
}
.BgClassName
{
background-color: #9C8DF1;
}
</style>
border-color css
<style>
span { border-color: #9C8DF1; }
span { border-color: rgb(156,141,241); }
td.TdClassName
{
border-color: #9C8DF1;
}
.TagClassName
{
border-color: #9C8DF1;
}
</style>