Shades of Light Slate Blue #7A78F7
Tints of Light Slate Blue #7A78F7
RGB
CMYK
RGB Variations
Color information
#7A78F7 (or 0x7A78F7) is known color: Light Slate Blue. HEX triplet: 7A, 78 and F7. RGB value is (122,120,247). Sum of RGB (Red+Green+Blue) = 122+120+247=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A78F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A78F7 is #858708. Grayscale: #868686. Windows color (decimal): -8750857 or 16218234. OLE color: 16218234.
HSL color Cylindrical-coordinate representation of color #7A78F7: hue angle of 240.94º 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 #7A78F7 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 120 | 247 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.03 |
| HSL | 240.94º | 0.89% | 0.72% | - |
| HSV(B) | 240.94º | 0.51% | 0.97% | - |
| XYZ | 31.53 | 24.29 | 91.02 | - |
| YUV | 135.08 | 191.16 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 247 | 0.51 | 0.51 | 0 | 0.03 | 240.94 | 0.89 | 0.72 |
| Hex | 7A | 78 | F7 | 33 | 33 | 0 | 3 | F1 | 59 | 48 |
| Octal | 172 | 170 | 367 | 63 | 63 | 0 | 3 | 361 | 131 | 110 |
| Binary | 1111010 | 1111000 | 11110111 | 110011 | 110011 | 0 | 11 | 11110001 | 1011001 | 1001000 |
Color Harmonies of #7A78F7
Complementary color
Monochromatic Colors of #7A78F7
Black with #7A78F7
Text Example
Text Example
White with #7A78F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A78F7; }
p { color: rgb(122,120,247); }
H1.HeaderClassName
{
color: #7A78F7;
}
.AnyTagClassName
{
color: #7A78F7;
}
</style>
background-color css
<style>
a { background-color: #7A78F7; }
a { background-color: rgb(122,120,247); }
div.DivClassName
{
background-color: #7A78F7;
}
.BgClassName
{
background-color: #7A78F7;
}
</style>
border-color css
<style>
span { border-color: #7A78F7; }
span { border-color: rgb(122,120,247); }
td.TdClassName
{
border-color: #7A78F7;
}
.TagClassName
{
border-color: #7A78F7;
}
</style>