Shades of Light Slate Blue #9C7FFF
Tints of Light Slate Blue #9C7FFF
RGB
CMYK
RGB Variations
Color information
#9C7FFF (or 0x9C7FFF) is known color: Light Slate Blue. HEX triplet: 9C, 7F and FF. RGB value is (156,127,255). Sum of RGB (Red+Green+Blue) = 156+127+255=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7FFF is #638000. Grayscale: #959595. Windows color (decimal): -6520833 or 16744348. OLE color: 16744348.
HSL color Cylindrical-coordinate representation of color #9C7FFF: hue angle of 253.59º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C7FFF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 127 | 255 | - |
| CMYK | 0.39 | 0.50 | 0 | 0 |
| HSL | 253.59º | 1% | 0.75% | - |
| HSV(B) | 253.59º | 0.5% | 1% | - |
| XYZ | 39.35 | 29.47 | 98.22 | - |
| YUV | 150.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 255 | 0.39 | 0.50 | 0 | 0 | 253.59 | 1 | 0.75 |
| Hex | 9C | 7F | FF | 27 | 32 | 0 | 0 | FE | 64 | 4B |
| Octal | 234 | 177 | 377 | 47 | 62 | 0 | 0 | 376 | 144 | 113 |
| Binary | 10011100 | 1111111 | 11111111 | 100111 | 110010 | 0 | 0 | 11111110 | 1100100 | 1001011 |
Color Harmonies of #9C7FFF
Complementary color
Monochromatic Colors of #9C7FFF
Black with #9C7FFF
Text Example
Text Example
White with #9C7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7FFF; }
p { color: rgb(156,127,255); }
H1.HeaderClassName
{
color: #9C7FFF;
}
.AnyTagClassName
{
color: #9C7FFF;
}
</style>
background-color css
<style>
a { background-color: #9C7FFF; }
a { background-color: rgb(156,127,255); }
div.DivClassName
{
background-color: #9C7FFF;
}
.BgClassName
{
background-color: #9C7FFF;
}
</style>
border-color css
<style>
span { border-color: #9C7FFF; }
span { border-color: rgb(156,127,255); }
td.TdClassName
{
border-color: #9C7FFF;
}
.TagClassName
{
border-color: #9C7FFF;
}
</style>