Shades of Light Slate Blue #9C6AFB
Tints of Light Slate Blue #9C6AFB
RGB
CMYK
RGB Variations
Color information
#9C6AFB (or 0x9C6AFB) is known color: Light Slate Blue. HEX triplet: 9C, 6A and FB. RGB value is (156,106,251). Sum of RGB (Red+Green+Blue) = 156+106+251=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C6AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6AFB is #639504. Grayscale: #888888. Windows color (decimal): -6526213 or 16476828. OLE color: 16476828.
HSL color Cylindrical-coordinate representation of color #9C6AFB: hue angle of 260.69º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C6AFB is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 106 | 251 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.02 |
| HSL | 260.69º | 0.95% | 0.7% | - |
| HSV(B) | 260.69º | 0.58% | 0.98% | - |
| XYZ | 36.28 | 24.34 | 94.05 | - |
| YUV | 137.48 | 192.07 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 251 | 0.38 | 0.58 | 0 | 0.02 | 260.69 | 0.95 | 0.7 |
| Hex | 9C | 6A | FB | 26 | 3A | 0 | 2 | 105 | 5F | 46 |
| Octal | 234 | 152 | 373 | 46 | 72 | 0 | 2 | 405 | 137 | 106 |
| Binary | 10011100 | 1101010 | 11111011 | 100110 | 111010 | 0 | 10 | 100000101 | 1011111 | 1000110 |
Color Harmonies of #9C6AFB
Complementary color
Monochromatic Colors of #9C6AFB
Black with #9C6AFB
Text Example
Text Example
White with #9C6AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6AFB; }
p { color: rgb(156,106,251); }
H1.HeaderClassName
{
color: #9C6AFB;
}
.AnyTagClassName
{
color: #9C6AFB;
}
</style>
background-color css
<style>
a { background-color: #9C6AFB; }
a { background-color: rgb(156,106,251); }
div.DivClassName
{
background-color: #9C6AFB;
}
.BgClassName
{
background-color: #9C6AFB;
}
</style>
border-color css
<style>
span { border-color: #9C6AFB; }
span { border-color: rgb(156,106,251); }
td.TdClassName
{
border-color: #9C6AFB;
}
.TagClassName
{
border-color: #9C6AFB;
}
</style>