Shades of Light Slate Blue #9C7AFE
Tints of Light Slate Blue #9C7AFE
RGB
CMYK
RGB Variations
Color information
#9C7AFE (or 0x9C7AFE) is known color: Light Slate Blue. HEX triplet: 9C, 7A and FE. RGB value is (156,122,254). Sum of RGB (Red+Green+Blue) = 156+122+254=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C7AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7AFE is #638501. Grayscale: #929292. Windows color (decimal): -6522114 or 16677532. OLE color: 16677532.
HSL color Cylindrical-coordinate representation of color #9C7AFE: hue angle of 255.45º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C7AFE is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 122 | 254 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.00 |
| HSL | 255.45º | 0.99% | 0.74% | - |
| HSV(B) | 255.45º | 0.52% | 1% | - |
| XYZ | 38.56 | 28.14 | 97.17 | - |
| YUV | 147.21 | 188.26 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 254 | 0.39 | 0.52 | 0 | 0.00 | 255.45 | 0.99 | 0.74 |
| Hex | 9C | 7A | FE | 27 | 34 | 0 | 0 | FF | 63 | 4A |
| Octal | 234 | 172 | 376 | 47 | 64 | 0 | 0 | 377 | 143 | 112 |
| Binary | 10011100 | 1111010 | 11111110 | 100111 | 110100 | 0 | 0 | 11111111 | 1100011 | 1001010 |
Color Harmonies of #9C7AFE
Complementary color
Monochromatic Colors of #9C7AFE
Black with #9C7AFE
Text Example
Text Example
White with #9C7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7AFE; }
p { color: rgb(156,122,254); }
H1.HeaderClassName
{
color: #9C7AFE;
}
.AnyTagClassName
{
color: #9C7AFE;
}
</style>
background-color css
<style>
a { background-color: #9C7AFE; }
a { background-color: rgb(156,122,254); }
div.DivClassName
{
background-color: #9C7AFE;
}
.BgClassName
{
background-color: #9C7AFE;
}
</style>
border-color css
<style>
span { border-color: #9C7AFE; }
span { border-color: rgb(156,122,254); }
td.TdClassName
{
border-color: #9C7AFE;
}
.TagClassName
{
border-color: #9C7AFE;
}
</style>