Shades of Light Slate Blue #7A7EF7
Tints of Light Slate Blue #7A7EF7
RGB
CMYK
RGB Variations
Color information
#7A7EF7 (or 0x7A7EF7) is known color: Light Slate Blue. HEX triplet: 7A, 7E and F7. RGB value is (122,126,247). Sum of RGB (Red+Green+Blue) = 122+126+247=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A7EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7EF7 is #858108. Grayscale: #8A8A8A. Windows color (decimal): -8749321 or 16219770. OLE color: 16219770.
HSL color Cylindrical-coordinate representation of color #7A7EF7: hue angle of 238.08º 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 #7A7EF7 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 126 | 247 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.03 |
| HSL | 238.08º | 0.89% | 0.72% | - |
| HSV(B) | 238.08º | 0.51% | 0.97% | - |
| XYZ | 32.28 | 25.77 | 91.27 | - |
| YUV | 138.6 | 189.17 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 247 | 0.51 | 0.49 | 0 | 0.03 | 238.08 | 0.89 | 0.72 |
| Hex | 7A | 7E | F7 | 33 | 31 | 0 | 3 | EE | 59 | 48 |
| Octal | 172 | 176 | 367 | 63 | 61 | 0 | 3 | 356 | 131 | 110 |
| Binary | 1111010 | 1111110 | 11110111 | 110011 | 110001 | 0 | 11 | 11101110 | 1011001 | 1001000 |
Color Harmonies of #7A7EF7
Complementary color
Monochromatic Colors of #7A7EF7
Black with #7A7EF7
Text Example
Text Example
White with #7A7EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7EF7; }
p { color: rgb(122,126,247); }
H1.HeaderClassName
{
color: #7A7EF7;
}
.AnyTagClassName
{
color: #7A7EF7;
}
</style>
background-color css
<style>
a { background-color: #7A7EF7; }
a { background-color: rgb(122,126,247); }
div.DivClassName
{
background-color: #7A7EF7;
}
.BgClassName
{
background-color: #7A7EF7;
}
</style>
border-color css
<style>
span { border-color: #7A7EF7; }
span { border-color: rgb(122,126,247); }
td.TdClassName
{
border-color: #7A7EF7;
}
.TagClassName
{
border-color: #7A7EF7;
}
</style>