Shades of Light Slate Blue #9C7DF9
Tints of Light Slate Blue #9C7DF9
RGB
CMYK
RGB Variations
Color information
#9C7DF9 (or 0x9C7DF9) is known color: Light Slate Blue. HEX triplet: 9C, 7D and F9. RGB value is (156,125,249). Sum of RGB (Red+Green+Blue) = 156+125+249=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C7DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7DF9 is #638206. Grayscale: #939393. Windows color (decimal): -6521351 or 16350620. OLE color: 16350620.
HSL color Cylindrical-coordinate representation of color #9C7DF9: hue angle of 255º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C7DF9 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 125 | 249 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.02 |
| HSL | 255º | 0.91% | 0.73% | - |
| HSV(B) | 255º | 0.5% | 0.98% | - |
| XYZ | 38.14 | 28.57 | 93.13 | - |
| YUV | 148.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 249 | 0.37 | 0.50 | 0 | 0.02 | 255 | 0.91 | 0.73 |
| Hex | 9C | 7D | F9 | 25 | 32 | 0 | 2 | FF | 5B | 49 |
| Octal | 234 | 175 | 371 | 45 | 62 | 0 | 2 | 377 | 133 | 111 |
| Binary | 10011100 | 1111101 | 11111001 | 100101 | 110010 | 0 | 10 | 11111111 | 1011011 | 1001001 |
Color Harmonies of #9C7DF9
Complementary color
Monochromatic Colors of #9C7DF9
Black with #9C7DF9
Text Example
Text Example
White with #9C7DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7DF9; }
p { color: rgb(156,125,249); }
H1.HeaderClassName
{
color: #9C7DF9;
}
.AnyTagClassName
{
color: #9C7DF9;
}
</style>
background-color css
<style>
a { background-color: #9C7DF9; }
a { background-color: rgb(156,125,249); }
div.DivClassName
{
background-color: #9C7DF9;
}
.BgClassName
{
background-color: #9C7DF9;
}
</style>
border-color css
<style>
span { border-color: #9C7DF9; }
span { border-color: rgb(156,125,249); }
td.TdClassName
{
border-color: #9C7DF9;
}
.TagClassName
{
border-color: #9C7DF9;
}
</style>