Shades of Light Slate Blue #9C6BFE
Tints of Light Slate Blue #9C6BFE
RGB
CMYK
RGB Variations
Color information
#9C6BFE (or 0x9C6BFE) is known color: Light Slate Blue. HEX triplet: 9C, 6B and FE. RGB value is (156,107,254). Sum of RGB (Red+Green+Blue) = 156+107+254=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6BFE is #639401. Grayscale: #898989. Windows color (decimal): -6525954 or 16673692. OLE color: 16673692.
HSL color Cylindrical-coordinate representation of color #9C6BFE: hue angle of 260º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C6BFE is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 107 | 254 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.00 |
| HSL | 260º | 0.99% | 0.71% | - |
| HSV(B) | 260º | 0.58% | 1% | - |
| XYZ | 36.86 | 24.74 | 96.6 | - |
| YUV | 138.41 | 193.23 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 254 | 0.39 | 0.58 | 0 | 0.00 | 260 | 0.99 | 0.71 |
| Hex | 9C | 6B | FE | 27 | 3A | 0 | 0 | 104 | 63 | 47 |
| Octal | 234 | 153 | 376 | 47 | 72 | 0 | 0 | 404 | 143 | 107 |
| Binary | 10011100 | 1101011 | 11111110 | 100111 | 111010 | 0 | 0 | 100000100 | 1100011 | 1000111 |
Color Harmonies of #9C6BFE
Complementary color
Monochromatic Colors of #9C6BFE
Black with #9C6BFE
Text Example
Text Example
White with #9C6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6BFE; }
p { color: rgb(156,107,254); }
H1.HeaderClassName
{
color: #9C6BFE;
}
.AnyTagClassName
{
color: #9C6BFE;
}
</style>
background-color css
<style>
a { background-color: #9C6BFE; }
a { background-color: rgb(156,107,254); }
div.DivClassName
{
background-color: #9C6BFE;
}
.BgClassName
{
background-color: #9C6BFE;
}
</style>
border-color css
<style>
span { border-color: #9C6BFE; }
span { border-color: rgb(156,107,254); }
td.TdClassName
{
border-color: #9C6BFE;
}
.TagClassName
{
border-color: #9C6BFE;
}
</style>