Shades of Light Slate Blue #9C7CFF
Tints of Light Slate Blue #9C7CFF
RGB
CMYK
RGB Variations
Color information
#9C7CFF (or 0x9C7CFF) is known color: Light Slate Blue. HEX triplet: 9C, 7C and FF. RGB value is (156,124,255). Sum of RGB (Red+Green+Blue) = 156+124+255=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7CFF is #638300. Grayscale: #949494. Windows color (decimal): -6521601 or 16743580. OLE color: 16743580.
HSL color Cylindrical-coordinate representation of color #9C7CFF: hue angle of 254.66º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C7CFF is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 124 | 255 | - |
| CMYK | 0.39 | 0.51 | 0 | 0 |
| HSL | 254.66º | 1% | 0.74% | - |
| HSV(B) | 254.66º | 0.51% | 1% | - |
| XYZ | 38.97 | 28.7 | 98.09 | - |
| YUV | 148.5 | 188.1 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 255 | 0.39 | 0.51 | 0 | 0 | 254.66 | 1 | 0.74 |
| Hex | 9C | 7C | FF | 27 | 33 | 0 | 0 | FF | 64 | 4A |
| Octal | 234 | 174 | 377 | 47 | 63 | 0 | 0 | 377 | 144 | 112 |
| Binary | 10011100 | 1111100 | 11111111 | 100111 | 110011 | 0 | 0 | 11111111 | 1100100 | 1001010 |
Color Harmonies of #9C7CFF
Complementary color
Monochromatic Colors of #9C7CFF
Black with #9C7CFF
Text Example
Text Example
White with #9C7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7CFF; }
p { color: rgb(156,124,255); }
H1.HeaderClassName
{
color: #9C7CFF;
}
.AnyTagClassName
{
color: #9C7CFF;
}
</style>
background-color css
<style>
a { background-color: #9C7CFF; }
a { background-color: rgb(156,124,255); }
div.DivClassName
{
background-color: #9C7CFF;
}
.BgClassName
{
background-color: #9C7CFF;
}
</style>
border-color css
<style>
span { border-color: #9C7CFF; }
span { border-color: rgb(156,124,255); }
td.TdClassName
{
border-color: #9C7CFF;
}
.TagClassName
{
border-color: #9C7CFF;
}
</style>