Shades of Light Slate Blue #7E7CFD
Tints of Light Slate Blue #7E7CFD
RGB
CMYK
RGB Variations
Color information
#7E7CFD (or 0x7E7CFD) is known color: Light Slate Blue. HEX triplet: 7E, 7C and FD. RGB value is (126,124,253). Sum of RGB (Red+Green+Blue) = 126+124+253=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E7CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7CFD is #818302. Grayscale: #8A8A8A. Windows color (decimal): -8487683 or 16612478. OLE color: 16612478.
HSL color Cylindrical-coordinate representation of color #7E7CFD: hue angle of 240.93º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E7CFD is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 124 | 253 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.01 |
| HSL | 240.93º | 0.97% | 0.74% | - |
| HSV(B) | 240.93º | 0.51% | 0.99% | - |
| XYZ | 33.54 | 25.94 | 96.17 | - |
| YUV | 139.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 124 | 253 | 0.50 | 0.51 | 0 | 0.01 | 240.93 | 0.97 | 0.74 |
| Hex | 7E | 7C | FD | 32 | 33 | 0 | 1 | F1 | 61 | 4A |
| Octal | 176 | 174 | 375 | 62 | 63 | 0 | 1 | 361 | 141 | 112 |
| Binary | 1111110 | 1111100 | 11111101 | 110010 | 110011 | 0 | 1 | 11110001 | 1100001 | 1001010 |
Color Harmonies of #7E7CFD
Complementary color
Monochromatic Colors of #7E7CFD
Black with #7E7CFD
Text Example
Text Example
White with #7E7CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7CFD; }
p { color: rgb(126,124,253); }
H1.HeaderClassName
{
color: #7E7CFD;
}
.AnyTagClassName
{
color: #7E7CFD;
}
</style>
background-color css
<style>
a { background-color: #7E7CFD; }
a { background-color: rgb(126,124,253); }
div.DivClassName
{
background-color: #7E7CFD;
}
.BgClassName
{
background-color: #7E7CFD;
}
</style>
border-color css
<style>
span { border-color: #7E7CFD; }
span { border-color: rgb(126,124,253); }
td.TdClassName
{
border-color: #7E7CFD;
}
.TagClassName
{
border-color: #7E7CFD;
}
</style>