Shades of Light Slate Blue #9C6BFD
Tints of Light Slate Blue #9C6BFD
RGB
CMYK
RGB Variations
Color information
#9C6BFD (or 0x9C6BFD) is known color: Light Slate Blue. HEX triplet: 9C, 6B and FD. RGB value is (156,107,253). Sum of RGB (Red+Green+Blue) = 156+107+253=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C6BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6BFD is #639402. Grayscale: #898989. Windows color (decimal): -6525955 or 16608156. OLE color: 16608156.
HSL color Cylindrical-coordinate representation of color #9C6BFD: hue angle of 260.14º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C6BFD is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 107 | 253 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.01 |
| HSL | 260.14º | 0.97% | 0.71% | - |
| HSV(B) | 260.14º | 0.58% | 0.99% | - |
| XYZ | 36.7 | 24.68 | 95.76 | - |
| YUV | 138.3 | 192.73 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 253 | 0.38 | 0.58 | 0 | 0.01 | 260.14 | 0.97 | 0.71 |
| Hex | 9C | 6B | FD | 26 | 3A | 0 | 1 | 104 | 61 | 47 |
| Octal | 234 | 153 | 375 | 46 | 72 | 0 | 1 | 404 | 141 | 107 |
| Binary | 10011100 | 1101011 | 11111101 | 100110 | 111010 | 0 | 1 | 100000100 | 1100001 | 1000111 |
Color Harmonies of #9C6BFD
Complementary color
Monochromatic Colors of #9C6BFD
Black with #9C6BFD
Text Example
Text Example
White with #9C6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6BFD; }
p { color: rgb(156,107,253); }
H1.HeaderClassName
{
color: #9C6BFD;
}
.AnyTagClassName
{
color: #9C6BFD;
}
</style>
background-color css
<style>
a { background-color: #9C6BFD; }
a { background-color: rgb(156,107,253); }
div.DivClassName
{
background-color: #9C6BFD;
}
.BgClassName
{
background-color: #9C6BFD;
}
</style>
border-color css
<style>
span { border-color: #9C6BFD; }
span { border-color: rgb(156,107,253); }
td.TdClassName
{
border-color: #9C6BFD;
}
.TagClassName
{
border-color: #9C6BFD;
}
</style>