Shades of Light Slate Blue #9C7FFD
Tints of Light Slate Blue #9C7FFD
RGB
CMYK
RGB Variations
Color information
#9C7FFD (or 0x9C7FFD) is known color: Light Slate Blue. HEX triplet: 9C, 7F and FD. RGB value is (156,127,253). Sum of RGB (Red+Green+Blue) = 156+127+253=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C7FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7FFD is #638002. Grayscale: #959595. Windows color (decimal): -6520835 or 16613276. OLE color: 16613276.
HSL color Cylindrical-coordinate representation of color #9C7FFD: hue angle of 253.81º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C7FFD is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 127 | 253 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.01 |
| HSL | 253.81º | 0.97% | 0.75% | - |
| HSV(B) | 253.81º | 0.5% | 0.99% | - |
| XYZ | 39.03 | 29.34 | 96.53 | - |
| YUV | 150.04 | 186.11 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 253 | 0.38 | 0.50 | 0 | 0.01 | 253.81 | 0.97 | 0.75 |
| Hex | 9C | 7F | FD | 26 | 32 | 0 | 1 | FE | 61 | 4B |
| Octal | 234 | 177 | 375 | 46 | 62 | 0 | 1 | 376 | 141 | 113 |
| Binary | 10011100 | 1111111 | 11111101 | 100110 | 110010 | 0 | 1 | 11111110 | 1100001 | 1001011 |
Color Harmonies of #9C7FFD
Complementary color
Monochromatic Colors of #9C7FFD
Black with #9C7FFD
Text Example
Text Example
White with #9C7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7FFD; }
p { color: rgb(156,127,253); }
H1.HeaderClassName
{
color: #9C7FFD;
}
.AnyTagClassName
{
color: #9C7FFD;
}
</style>
background-color css
<style>
a { background-color: #9C7FFD; }
a { background-color: rgb(156,127,253); }
div.DivClassName
{
background-color: #9C7FFD;
}
.BgClassName
{
background-color: #9C7FFD;
}
</style>
border-color css
<style>
span { border-color: #9C7FFD; }
span { border-color: rgb(156,127,253); }
td.TdClassName
{
border-color: #9C7FFD;
}
.TagClassName
{
border-color: #9C7FFD;
}
</style>