Shades of Light Slate Blue #7A7EFC
Tints of Light Slate Blue #7A7EFC
RGB
CMYK
RGB Variations
Color information
#7A7EFC (or 0x7A7EFC) is known color: Light Slate Blue. HEX triplet: 7A, 7E and FC. RGB value is (122,126,252). Sum of RGB (Red+Green+Blue) = 122+126+252=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A7EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7EFC is #858103. Grayscale: #8A8A8A. Windows color (decimal): -8749316 or 16547450. OLE color: 16547450.
HSL color Cylindrical-coordinate representation of color #7A7EFC: hue angle of 238.15º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A7EFC is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 126 | 252 | - |
| CMYK | 0.52 | 0.5 | 0 | 0.01 |
| HSL | 238.15º | 0.96% | 0.73% | - |
| HSV(B) | 238.15º | 0.52% | 0.99% | - |
| XYZ | 33.06 | 26.09 | 95.39 | - |
| YUV | 139.17 | 191.67 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 252 | 0.52 | 0.5 | 0 | 0.01 | 238.15 | 0.96 | 0.73 |
| Hex | 7A | 7E | FC | 34 | 32 | 0 | 1 | EE | 60 | 49 |
| Octal | 172 | 176 | 374 | 64 | 62 | 0 | 1 | 356 | 140 | 111 |
| Binary | 1111010 | 1111110 | 11111100 | 110100 | 110010 | 0 | 1 | 11101110 | 1100000 | 1001001 |
Color Harmonies of #7A7EFC
Complementary color
Monochromatic Colors of #7A7EFC
Black with #7A7EFC
Text Example
Text Example
White with #7A7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7EFC; }
p { color: rgb(122,126,252); }
H1.HeaderClassName
{
color: #7A7EFC;
}
.AnyTagClassName
{
color: #7A7EFC;
}
</style>
background-color css
<style>
a { background-color: #7A7EFC; }
a { background-color: rgb(122,126,252); }
div.DivClassName
{
background-color: #7A7EFC;
}
.BgClassName
{
background-color: #7A7EFC;
}
</style>
border-color css
<style>
span { border-color: #7A7EFC; }
span { border-color: rgb(122,126,252); }
td.TdClassName
{
border-color: #7A7EFC;
}
.TagClassName
{
border-color: #7A7EFC;
}
</style>