Shades of Light Slate Blue #9C4FFF
Tints of Light Slate Blue #9C4FFF
RGB
CMYK
RGB Variations
Color information
#9C4FFF (or 0x9C4FFF) is known color: Light Slate Blue. HEX triplet: 9C, 4F and FF. RGB value is (156,79,255). Sum of RGB (Red+Green+Blue) = 156+79+255=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C4FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C4FFF is #63B000. Grayscale: #797979. Windows color (decimal): -6533121 or 16732060. OLE color: 16732060.
HSL color Cylindrical-coordinate representation of color #9C4FFF: hue angle of 266.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C4FFF is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 79 | 255 | - |
| CMYK | 0.39 | 0.69 | 0 | 0 |
| HSL | 266.25º | 1% | 0.65% | - |
| HSV(B) | 266.25º | 0.69% | 1% | - |
| XYZ | 34.56 | 19.88 | 96.62 | - |
| YUV | 122.09 | 203.01 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 255 | 0.39 | 0.69 | 0 | 0 | 266.25 | 1 | 0.65 |
| Hex | 9C | 4F | FF | 27 | 45 | 0 | 0 | 10A | 64 | 41 |
| Octal | 234 | 117 | 377 | 47 | 105 | 0 | 0 | 412 | 144 | 101 |
| Binary | 10011100 | 1001111 | 11111111 | 100111 | 1000101 | 0 | 0 | 100001010 | 1100100 | 1000001 |
Color Harmonies of #9C4FFF
Complementary color
Monochromatic Colors of #9C4FFF
Black with #9C4FFF
Text Example
Text Example
White with #9C4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4FFF; }
p { color: rgb(156,79,255); }
H1.HeaderClassName
{
color: #9C4FFF;
}
.AnyTagClassName
{
color: #9C4FFF;
}
</style>
background-color css
<style>
a { background-color: #9C4FFF; }
a { background-color: rgb(156,79,255); }
div.DivClassName
{
background-color: #9C4FFF;
}
.BgClassName
{
background-color: #9C4FFF;
}
</style>
border-color css
<style>
span { border-color: #9C4FFF; }
span { border-color: rgb(156,79,255); }
td.TdClassName
{
border-color: #9C4FFF;
}
.TagClassName
{
border-color: #9C4FFF;
}
</style>