Shades of Light Slate Blue #7E7AFF
Tints of Light Slate Blue #7E7AFF
RGB
CMYK
RGB Variations
Color information
#7E7AFF (or 0x7E7AFF) is known color: Light Slate Blue. HEX triplet: 7E, 7A and FF. RGB value is (126,122,255). Sum of RGB (Red+Green+Blue) = 126+122+255=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E7AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7AFF is #818500. Grayscale: #898989. Windows color (decimal): -8488193 or 16743038. OLE color: 16743038.
HSL color Cylindrical-coordinate representation of color #7E7AFF: hue angle of 241.8º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E7AFF is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 122 | 255 | - |
| CMYK | 0.51 | 0.52 | 0 | 0 |
| HSL | 241.8º | 1% | 0.74% | - |
| HSV(B) | 241.8º | 0.52% | 1% | - |
| XYZ | 33.61 | 25.57 | 97.77 | - |
| YUV | 138.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 255 | 0.51 | 0.52 | 0 | 0 | 241.8 | 1 | 0.74 |
| Hex | 7E | 7A | FF | 33 | 34 | 0 | 0 | F2 | 64 | 4A |
| Octal | 176 | 172 | 377 | 63 | 64 | 0 | 0 | 362 | 144 | 112 |
| Binary | 1111110 | 1111010 | 11111111 | 110011 | 110100 | 0 | 0 | 11110010 | 1100100 | 1001010 |
Color Harmonies of #7E7AFF
Complementary color
Monochromatic Colors of #7E7AFF
Black with #7E7AFF
Text Example
Text Example
White with #7E7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7AFF; }
p { color: rgb(126,122,255); }
H1.HeaderClassName
{
color: #7E7AFF;
}
.AnyTagClassName
{
color: #7E7AFF;
}
</style>
background-color css
<style>
a { background-color: #7E7AFF; }
a { background-color: rgb(126,122,255); }
div.DivClassName
{
background-color: #7E7AFF;
}
.BgClassName
{
background-color: #7E7AFF;
}
</style>
border-color css
<style>
span { border-color: #7E7AFF; }
span { border-color: rgb(126,122,255); }
td.TdClassName
{
border-color: #7E7AFF;
}
.TagClassName
{
border-color: #7E7AFF;
}
</style>