Shades of Light Slate Blue #9C6EFA
Tints of Light Slate Blue #9C6EFA
RGB
CMYK
RGB Variations
Color information
#9C6EFA (or 0x9C6EFA) is known color: Light Slate Blue. HEX triplet: 9C, 6E and FA. RGB value is (156,110,250). Sum of RGB (Red+Green+Blue) = 156+110+250=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C6EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6EFA is #639105. Grayscale: #8B8B8B. Windows color (decimal): -6525190 or 16412316. OLE color: 16412316.
HSL color Cylindrical-coordinate representation of color #9C6EFA: hue angle of 259.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C6EFA is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 110 | 250 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.02 |
| HSL | 259.71º | 0.93% | 0.71% | - |
| HSV(B) | 259.71º | 0.56% | 0.98% | - |
| XYZ | 36.54 | 25.12 | 93.37 | - |
| YUV | 139.71 | 190.24 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 110 | 250 | 0.38 | 0.56 | 0 | 0.02 | 259.71 | 0.93 | 0.71 |
| Hex | 9C | 6E | FA | 26 | 38 | 0 | 2 | 104 | 5D | 47 |
| Octal | 234 | 156 | 372 | 46 | 70 | 0 | 2 | 404 | 135 | 107 |
| Binary | 10011100 | 1101110 | 11111010 | 100110 | 111000 | 0 | 10 | 100000100 | 1011101 | 1000111 |
Color Harmonies of #9C6EFA
Complementary color
Monochromatic Colors of #9C6EFA
Black with #9C6EFA
Text Example
Text Example
White with #9C6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6EFA; }
p { color: rgb(156,110,250); }
H1.HeaderClassName
{
color: #9C6EFA;
}
.AnyTagClassName
{
color: #9C6EFA;
}
</style>
background-color css
<style>
a { background-color: #9C6EFA; }
a { background-color: rgb(156,110,250); }
div.DivClassName
{
background-color: #9C6EFA;
}
.BgClassName
{
background-color: #9C6EFA;
}
</style>
border-color css
<style>
span { border-color: #9C6EFA; }
span { border-color: rgb(156,110,250); }
td.TdClassName
{
border-color: #9C6EFA;
}
.TagClassName
{
border-color: #9C6EFA;
}
</style>