Shades of Light Slate Blue #9C6CFA
Tints of Light Slate Blue #9C6CFA
RGB
CMYK
RGB Variations
Color information
#9C6CFA (or 0x9C6CFA) is known color: Light Slate Blue. HEX triplet: 9C, 6C and FA. RGB value is (156,108,250). Sum of RGB (Red+Green+Blue) = 156+108+250=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C6CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6CFA is #639305. Grayscale: #8A8A8A. Windows color (decimal): -6525702 or 16411804. OLE color: 16411804.
HSL color Cylindrical-coordinate representation of color #9C6CFA: hue angle of 260.28º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C6CFA is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 108 | 250 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.02 |
| HSL | 260.28º | 0.93% | 0.7% | - |
| HSV(B) | 260.28º | 0.57% | 0.98% | - |
| XYZ | 36.33 | 24.7 | 93.29 | - |
| YUV | 138.54 | 190.9 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 108 | 250 | 0.38 | 0.57 | 0 | 0.02 | 260.28 | 0.93 | 0.7 |
| Hex | 9C | 6C | FA | 26 | 39 | 0 | 2 | 104 | 5D | 46 |
| Octal | 234 | 154 | 372 | 46 | 71 | 0 | 2 | 404 | 135 | 106 |
| Binary | 10011100 | 1101100 | 11111010 | 100110 | 111001 | 0 | 10 | 100000100 | 1011101 | 1000110 |
Color Harmonies of #9C6CFA
Complementary color
Monochromatic Colors of #9C6CFA
Black with #9C6CFA
Text Example
Text Example
White with #9C6CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6CFA; }
p { color: rgb(156,108,250); }
H1.HeaderClassName
{
color: #9C6CFA;
}
.AnyTagClassName
{
color: #9C6CFA;
}
</style>
background-color css
<style>
a { background-color: #9C6CFA; }
a { background-color: rgb(156,108,250); }
div.DivClassName
{
background-color: #9C6CFA;
}
.BgClassName
{
background-color: #9C6CFA;
}
</style>
border-color css
<style>
span { border-color: #9C6CFA; }
span { border-color: rgb(156,108,250); }
td.TdClassName
{
border-color: #9C6CFA;
}
.TagClassName
{
border-color: #9C6CFA;
}
</style>