Shades of Light Slate Blue #9C78F9
Tints of Light Slate Blue #9C78F9
RGB
CMYK
RGB Variations
Color information
#9C78F9 (or 0x9C78F9) is known color: Light Slate Blue. HEX triplet: 9C, 78 and F9. RGB value is (156,120,249). Sum of RGB (Red+Green+Blue) = 156+120+249=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C78F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C78F9 is #638706. Grayscale: #909090. Windows color (decimal): -6522631 or 16349340. OLE color: 16349340.
HSL color Cylindrical-coordinate representation of color #9C78F9: hue angle of 256.74º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C78F9 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 120 | 249 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.02 |
| HSL | 256.74º | 0.91% | 0.72% | - |
| HSV(B) | 256.74º | 0.52% | 0.98% | - |
| XYZ | 37.53 | 27.34 | 92.92 | - |
| YUV | 145.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 249 | 0.37 | 0.52 | 0 | 0.02 | 256.74 | 0.91 | 0.72 |
| Hex | 9C | 78 | F9 | 25 | 34 | 0 | 2 | 101 | 5B | 48 |
| Octal | 234 | 170 | 371 | 45 | 64 | 0 | 2 | 401 | 133 | 110 |
| Binary | 10011100 | 1111000 | 11111001 | 100101 | 110100 | 0 | 10 | 100000001 | 1011011 | 1001000 |
Color Harmonies of #9C78F9
Complementary color
Monochromatic Colors of #9C78F9
Black with #9C78F9
Text Example
Text Example
White with #9C78F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C78F9; }
p { color: rgb(156,120,249); }
H1.HeaderClassName
{
color: #9C78F9;
}
.AnyTagClassName
{
color: #9C78F9;
}
</style>
background-color css
<style>
a { background-color: #9C78F9; }
a { background-color: rgb(156,120,249); }
div.DivClassName
{
background-color: #9C78F9;
}
.BgClassName
{
background-color: #9C78F9;
}
</style>
border-color css
<style>
span { border-color: #9C78F9; }
span { border-color: rgb(156,120,249); }
td.TdClassName
{
border-color: #9C78F9;
}
.TagClassName
{
border-color: #9C78F9;
}
</style>