Shades of Light Slate Blue #9A78F7
Tints of Light Slate Blue #9A78F7
RGB
CMYK
RGB Variations
Color information
#9A78F7 (or 0x9A78F7) is known color: Light Slate Blue. HEX triplet: 9A, 78 and F7. RGB value is (154,120,247). Sum of RGB (Red+Green+Blue) = 154+120+247=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A78F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A78F7 is #658708. Grayscale: #909090. Windows color (decimal): -6653705 or 16218266. OLE color: 16218266.
HSL color Cylindrical-coordinate representation of color #9A78F7: hue angle of 256.06º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A78F7 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 120 | 247 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.03 |
| HSL | 256.06º | 0.89% | 0.72% | - |
| HSV(B) | 256.06º | 0.51% | 0.97% | - |
| XYZ | 36.83 | 27.02 | 91.27 | - |
| YUV | 144.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 247 | 0.38 | 0.51 | 0 | 0.03 | 256.06 | 0.89 | 0.72 |
| Hex | 9A | 78 | F7 | 26 | 33 | 0 | 3 | 100 | 59 | 48 |
| Octal | 232 | 170 | 367 | 46 | 63 | 0 | 3 | 400 | 131 | 110 |
| Binary | 10011010 | 1111000 | 11110111 | 100110 | 110011 | 0 | 11 | 100000000 | 1011001 | 1001000 |
Color Harmonies of #9A78F7
Complementary color
Monochromatic Colors of #9A78F7
Black with #9A78F7
Text Example
Text Example
White with #9A78F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A78F7; }
p { color: rgb(154,120,247); }
H1.HeaderClassName
{
color: #9A78F7;
}
.AnyTagClassName
{
color: #9A78F7;
}
</style>
background-color css
<style>
a { background-color: #9A78F7; }
a { background-color: rgb(154,120,247); }
div.DivClassName
{
background-color: #9A78F7;
}
.BgClassName
{
background-color: #9A78F7;
}
</style>
border-color css
<style>
span { border-color: #9A78F7; }
span { border-color: rgb(154,120,247); }
td.TdClassName
{
border-color: #9A78F7;
}
.TagClassName
{
border-color: #9A78F7;
}
</style>