Shades of Light Slate Blue #9C7BF7
Tints of Light Slate Blue #9C7BF7
RGB
CMYK
RGB Variations
Color information
#9C7BF7 (or 0x9C7BF7) is known color: Light Slate Blue. HEX triplet: 9C, 7B and F7. RGB value is (156,123,247). Sum of RGB (Red+Green+Blue) = 156+123+247=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #9C7BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7BF7 is #638408. Grayscale: #929292. Windows color (decimal): -6521865 or 16219036. OLE color: 16219036.
HSL color Cylindrical-coordinate representation of color #9C7BF7: hue angle of 255.97º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C7BF7 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 123 | 247 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.03 |
| HSL | 255.97º | 0.89% | 0.73% | - |
| HSV(B) | 255.97º | 0.5% | 0.97% | - |
| XYZ | 37.58 | 27.95 | 91.41 | - |
| YUV | 147 | 184.43 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 247 | 0.37 | 0.50 | 0 | 0.03 | 255.97 | 0.89 | 0.73 |
| Hex | 9C | 7B | F7 | 25 | 32 | 0 | 3 | 100 | 59 | 49 |
| Octal | 234 | 173 | 367 | 45 | 62 | 0 | 3 | 400 | 131 | 111 |
| Binary | 10011100 | 1111011 | 11110111 | 100101 | 110010 | 0 | 11 | 100000000 | 1011001 | 1001001 |
Color Harmonies of #9C7BF7
Complementary color
Monochromatic Colors of #9C7BF7
Black with #9C7BF7
Text Example
Text Example
White with #9C7BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BF7; }
p { color: rgb(156,123,247); }
H1.HeaderClassName
{
color: #9C7BF7;
}
.AnyTagClassName
{
color: #9C7BF7;
}
</style>
background-color css
<style>
a { background-color: #9C7BF7; }
a { background-color: rgb(156,123,247); }
div.DivClassName
{
background-color: #9C7BF7;
}
.BgClassName
{
background-color: #9C7BF7;
}
</style>
border-color css
<style>
span { border-color: #9C7BF7; }
span { border-color: rgb(156,123,247); }
td.TdClassName
{
border-color: #9C7BF7;
}
.TagClassName
{
border-color: #9C7BF7;
}
</style>