Shades of Light Slate Blue #9C7BFA
Tints of Light Slate Blue #9C7BFA
RGB
CMYK
RGB Variations
Color information
#9C7BFA (or 0x9C7BFA) is known color: Light Slate Blue. HEX triplet: 9C, 7B and FA. RGB value is (156,123,250). Sum of RGB (Red+Green+Blue) = 156+123+250=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7BFA is #638405. Grayscale: #929292. Windows color (decimal): -6521862 or 16415644. OLE color: 16415644.
HSL color Cylindrical-coordinate representation of color #9C7BFA: hue angle of 255.59º degrees, saturation: 0.93, 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 #9C7BFA is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 123 | 250 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.02 |
| HSL | 255.59º | 0.93% | 0.73% | - |
| HSV(B) | 255.59º | 0.51% | 0.98% | - |
| XYZ | 38.05 | 28.14 | 93.87 | - |
| YUV | 147.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 250 | 0.38 | 0.51 | 0 | 0.02 | 255.59 | 0.93 | 0.73 |
| Hex | 9C | 7B | FA | 26 | 33 | 0 | 2 | 100 | 5D | 49 |
| Octal | 234 | 173 | 372 | 46 | 63 | 0 | 2 | 400 | 135 | 111 |
| Binary | 10011100 | 1111011 | 11111010 | 100110 | 110011 | 0 | 10 | 100000000 | 1011101 | 1001001 |
Color Harmonies of #9C7BFA
Complementary color
Monochromatic Colors of #9C7BFA
Black with #9C7BFA
Text Example
Text Example
White with #9C7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BFA; }
p { color: rgb(156,123,250); }
H1.HeaderClassName
{
color: #9C7BFA;
}
.AnyTagClassName
{
color: #9C7BFA;
}
</style>
background-color css
<style>
a { background-color: #9C7BFA; }
a { background-color: rgb(156,123,250); }
div.DivClassName
{
background-color: #9C7BFA;
}
.BgClassName
{
background-color: #9C7BFA;
}
</style>
border-color css
<style>
span { border-color: #9C7BFA; }
span { border-color: rgb(156,123,250); }
td.TdClassName
{
border-color: #9C7BFA;
}
.TagClassName
{
border-color: #9C7BFA;
}
</style>