Shades of Light Slate Blue #9C7DFF
Tints of Light Slate Blue #9C7DFF
RGB
CMYK
RGB Variations
Color information
#9C7DFF (or 0x9C7DFF) is known color: Light Slate Blue. HEX triplet: 9C, 7D and FF. RGB value is (156,125,255). Sum of RGB (Red+Green+Blue) = 156+125+255=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C7DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7DFF is #638200. Grayscale: #949494. Windows color (decimal): -6521345 or 16743836. OLE color: 16743836.
HSL color Cylindrical-coordinate representation of color #9C7DFF: hue angle of 254.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C7DFF is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 125 | 255 | - |
| CMYK | 0.39 | 0.51 | 0 | 0 |
| HSL | 254.31º | 1% | 0.75% | - |
| HSV(B) | 254.31º | 0.51% | 1% | - |
| XYZ | 39.09 | 28.96 | 98.14 | - |
| YUV | 149.09 | 187.77 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 255 | 0.39 | 0.51 | 0 | 0 | 254.31 | 1 | 0.75 |
| Hex | 9C | 7D | FF | 27 | 33 | 0 | 0 | FE | 64 | 4B |
| Octal | 234 | 175 | 377 | 47 | 63 | 0 | 0 | 376 | 144 | 113 |
| Binary | 10011100 | 1111101 | 11111111 | 100111 | 110011 | 0 | 0 | 11111110 | 1100100 | 1001011 |
Color Harmonies of #9C7DFF
Complementary color
Monochromatic Colors of #9C7DFF
Black with #9C7DFF
Text Example
Text Example
White with #9C7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7DFF; }
p { color: rgb(156,125,255); }
H1.HeaderClassName
{
color: #9C7DFF;
}
.AnyTagClassName
{
color: #9C7DFF;
}
</style>
background-color css
<style>
a { background-color: #9C7DFF; }
a { background-color: rgb(156,125,255); }
div.DivClassName
{
background-color: #9C7DFF;
}
.BgClassName
{
background-color: #9C7DFF;
}
</style>
border-color css
<style>
span { border-color: #9C7DFF; }
span { border-color: rgb(156,125,255); }
td.TdClassName
{
border-color: #9C7DFF;
}
.TagClassName
{
border-color: #9C7DFF;
}
</style>