Shades of Light Slate Blue #9C8FFA
Tints of Light Slate Blue #9C8FFA
RGB
CMYK
RGB Variations
Color information
#9C8FFA (or 0x9C8FFA) is known color: Light Slate Blue. HEX triplet: 9C, 8F and FA. RGB value is (156,143,250). Sum of RGB (Red+Green+Blue) = 156+143+250=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C8FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8FFA is #637005. Grayscale: #9E9E9E. Windows color (decimal): -6516742 or 16420764. OLE color: 16420764.
HSL color Cylindrical-coordinate representation of color #9C8FFA: hue angle of 247.29º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C8FFA is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 143 | 250 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.02 |
| HSL | 247.29º | 0.91% | 0.77% | - |
| HSV(B) | 247.29º | 0.43% | 0.98% | - |
| XYZ | 40.79 | 33.61 | 94.78 | - |
| YUV | 159.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 250 | 0.38 | 0.43 | 0 | 0.02 | 247.29 | 0.91 | 0.77 |
| Hex | 9C | 8F | FA | 26 | 2B | 0 | 2 | F7 | 5B | 4D |
| Octal | 234 | 217 | 372 | 46 | 53 | 0 | 2 | 367 | 133 | 115 |
| Binary | 10011100 | 10001111 | 11111010 | 100110 | 101011 | 0 | 10 | 11110111 | 1011011 | 1001101 |
Color Harmonies of #9C8FFA
Complementary color
Monochromatic Colors of #9C8FFA
Black with #9C8FFA
Text Example
Text Example
White with #9C8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FFA; }
p { color: rgb(156,143,250); }
H1.HeaderClassName
{
color: #9C8FFA;
}
.AnyTagClassName
{
color: #9C8FFA;
}
</style>
background-color css
<style>
a { background-color: #9C8FFA; }
a { background-color: rgb(156,143,250); }
div.DivClassName
{
background-color: #9C8FFA;
}
.BgClassName
{
background-color: #9C8FFA;
}
</style>
border-color css
<style>
span { border-color: #9C8FFA; }
span { border-color: rgb(156,143,250); }
td.TdClassName
{
border-color: #9C8FFA;
}
.TagClassName
{
border-color: #9C8FFA;
}
</style>