Shades of Light Slate Blue #7A7EFD
Tints of Light Slate Blue #7A7EFD
RGB
CMYK
RGB Variations
Color information
#7A7EFD (or 0x7A7EFD) is known color: Light Slate Blue. HEX triplet: 7A, 7E and FD. RGB value is (122,126,253). Sum of RGB (Red+Green+Blue) = 122+126+253=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A7EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7EFD is #858102. Grayscale: #8A8A8A. Windows color (decimal): -8749315 or 16612986. OLE color: 16612986.
HSL color Cylindrical-coordinate representation of color #7A7EFD: hue angle of 238.17º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A7EFD is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 126 | 253 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.01 |
| HSL | 238.17º | 0.97% | 0.74% | - |
| HSV(B) | 238.17º | 0.52% | 0.99% | - |
| XYZ | 33.22 | 26.15 | 96.23 | - |
| YUV | 139.28 | 192.17 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 253 | 0.52 | 0.50 | 0 | 0.01 | 238.17 | 0.97 | 0.74 |
| Hex | 7A | 7E | FD | 34 | 32 | 0 | 1 | EE | 61 | 4A |
| Octal | 172 | 176 | 375 | 64 | 62 | 0 | 1 | 356 | 141 | 112 |
| Binary | 1111010 | 1111110 | 11111101 | 110100 | 110010 | 0 | 1 | 11101110 | 1100001 | 1001010 |
Color Harmonies of #7A7EFD
Complementary color
Monochromatic Colors of #7A7EFD
Black with #7A7EFD
Text Example
Text Example
White with #7A7EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7EFD; }
p { color: rgb(122,126,253); }
H1.HeaderClassName
{
color: #7A7EFD;
}
.AnyTagClassName
{
color: #7A7EFD;
}
</style>
background-color css
<style>
a { background-color: #7A7EFD; }
a { background-color: rgb(122,126,253); }
div.DivClassName
{
background-color: #7A7EFD;
}
.BgClassName
{
background-color: #7A7EFD;
}
</style>
border-color css
<style>
span { border-color: #7A7EFD; }
span { border-color: rgb(122,126,253); }
td.TdClassName
{
border-color: #7A7EFD;
}
.TagClassName
{
border-color: #7A7EFD;
}
</style>