Shades of Light Slate Blue #7A6AFC
Tints of Light Slate Blue #7A6AFC
RGB
CMYK
RGB Variations
Color information
#7A6AFC (or 0x7A6AFC) is known color: Light Slate Blue. HEX triplet: 7A, 6A and FC. RGB value is (122,106,252). Sum of RGB (Red+Green+Blue) = 122+106+252=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A6AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6AFC is #859503. Grayscale: #7E7E7E. Windows color (decimal): -8754436 or 16542330. OLE color: 16542330.
HSL color Cylindrical-coordinate representation of color #7A6AFC: hue angle of 246.58º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A6AFC is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 106 | 252 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.01 |
| HSL | 246.58º | 0.96% | 0.7% | - |
| HSV(B) | 246.58º | 0.58% | 0.99% | - |
| XYZ | 30.75 | 21.47 | 94.62 | - |
| YUV | 127.43 | 198.3 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 252 | 0.52 | 0.58 | 0 | 0.01 | 246.58 | 0.96 | 0.7 |
| Hex | 7A | 6A | FC | 34 | 3A | 0 | 1 | F7 | 60 | 46 |
| Octal | 172 | 152 | 374 | 64 | 72 | 0 | 1 | 367 | 140 | 106 |
| Binary | 1111010 | 1101010 | 11111100 | 110100 | 111010 | 0 | 1 | 11110111 | 1100000 | 1000110 |
Color Harmonies of #7A6AFC
Complementary color
Monochromatic Colors of #7A6AFC
Black with #7A6AFC
Text Example
Text Example
White with #7A6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6AFC; }
p { color: rgb(122,106,252); }
H1.HeaderClassName
{
color: #7A6AFC;
}
.AnyTagClassName
{
color: #7A6AFC;
}
</style>
background-color css
<style>
a { background-color: #7A6AFC; }
a { background-color: rgb(122,106,252); }
div.DivClassName
{
background-color: #7A6AFC;
}
.BgClassName
{
background-color: #7A6AFC;
}
</style>
border-color css
<style>
span { border-color: #7A6AFC; }
span { border-color: rgb(122,106,252); }
td.TdClassName
{
border-color: #7A6AFC;
}
.TagClassName
{
border-color: #7A6AFC;
}
</style>