Shades of Light Slate Blue #9C7AFB
Tints of Light Slate Blue #9C7AFB
RGB
CMYK
RGB Variations
Color information
#9C7AFB (or 0x9C7AFB) is known color: Light Slate Blue. HEX triplet: 9C, 7A and FB. RGB value is (156,122,251). Sum of RGB (Red+Green+Blue) = 156+122+251=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C7AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7AFB is #638504. Grayscale: #929292. Windows color (decimal): -6522117 or 16480924. OLE color: 16480924.
HSL color Cylindrical-coordinate representation of color #9C7AFB: hue angle of 255.81º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C7AFB is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 122 | 251 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.02 |
| HSL | 255.81º | 0.94% | 0.73% | - |
| HSV(B) | 255.81º | 0.51% | 0.98% | - |
| XYZ | 38.08 | 27.95 | 94.65 | - |
| YUV | 146.87 | 186.76 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 251 | 0.38 | 0.51 | 0 | 0.02 | 255.81 | 0.94 | 0.73 |
| Hex | 9C | 7A | FB | 26 | 33 | 0 | 2 | 100 | 5E | 49 |
| Octal | 234 | 172 | 373 | 46 | 63 | 0 | 2 | 400 | 136 | 111 |
| Binary | 10011100 | 1111010 | 11111011 | 100110 | 110011 | 0 | 10 | 100000000 | 1011110 | 1001001 |
Color Harmonies of #9C7AFB
Complementary color
Monochromatic Colors of #9C7AFB
Black with #9C7AFB
Text Example
Text Example
White with #9C7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7AFB; }
p { color: rgb(156,122,251); }
H1.HeaderClassName
{
color: #9C7AFB;
}
.AnyTagClassName
{
color: #9C7AFB;
}
</style>
background-color css
<style>
a { background-color: #9C7AFB; }
a { background-color: rgb(156,122,251); }
div.DivClassName
{
background-color: #9C7AFB;
}
.BgClassName
{
background-color: #9C7AFB;
}
</style>
border-color css
<style>
span { border-color: #9C7AFB; }
span { border-color: rgb(156,122,251); }
td.TdClassName
{
border-color: #9C7AFB;
}
.TagClassName
{
border-color: #9C7AFB;
}
</style>