Shades of Light Slate Blue #7A70FC
Tints of Light Slate Blue #7A70FC
RGB
CMYK
RGB Variations
Color information
#7A70FC (or 0x7A70FC) is known color: Light Slate Blue. HEX triplet: 7A, 70 and FC. RGB value is (122,112,252). Sum of RGB (Red+Green+Blue) = 122+112+252=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A70FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A70FC is #858F03. Grayscale: #828282. Windows color (decimal): -8752900 or 16543866. OLE color: 16543866.
HSL color Cylindrical-coordinate representation of color #7A70FC: hue angle of 244.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A70FC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 112 | 252 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.01 |
| HSL | 244.29º | 0.96% | 0.71% | - |
| HSV(B) | 244.29º | 0.56% | 0.99% | - |
| XYZ | 31.39 | 22.75 | 94.83 | - |
| YUV | 130.95 | 196.31 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 252 | 0.52 | 0.56 | 0 | 0.01 | 244.29 | 0.96 | 0.71 |
| Hex | 7A | 70 | FC | 34 | 38 | 0 | 1 | F4 | 60 | 47 |
| Octal | 172 | 160 | 374 | 64 | 70 | 0 | 1 | 364 | 140 | 107 |
| Binary | 1111010 | 1110000 | 11111100 | 110100 | 111000 | 0 | 1 | 11110100 | 1100000 | 1000111 |
Color Harmonies of #7A70FC
Complementary color
Monochromatic Colors of #7A70FC
Black with #7A70FC
Text Example
Text Example
White with #7A70FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A70FC; }
p { color: rgb(122,112,252); }
H1.HeaderClassName
{
color: #7A70FC;
}
.AnyTagClassName
{
color: #7A70FC;
}
</style>
background-color css
<style>
a { background-color: #7A70FC; }
a { background-color: rgb(122,112,252); }
div.DivClassName
{
background-color: #7A70FC;
}
.BgClassName
{
background-color: #7A70FC;
}
</style>
border-color css
<style>
span { border-color: #7A70FC; }
span { border-color: rgb(122,112,252); }
td.TdClassName
{
border-color: #7A70FC;
}
.TagClassName
{
border-color: #7A70FC;
}
</style>