Shades of Light Slate Blue #7C7AFE
Tints of Light Slate Blue #7C7AFE
RGB
CMYK
RGB Variations
Color information
#7C7AFE (or 0x7C7AFE) is known color: Light Slate Blue. HEX triplet: 7C, 7A and FE. RGB value is (124,122,254). Sum of RGB (Red+Green+Blue) = 124+122+254=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C7AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7AFE is #838501. Grayscale: #898989. Windows color (decimal): -8619266 or 16677500. OLE color: 16677500.
HSL color Cylindrical-coordinate representation of color #7C7AFE: hue angle of 240.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C7AFE is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 122 | 254 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.00 |
| HSL | 240.91º | 0.99% | 0.74% | - |
| HSV(B) | 240.91º | 0.52% | 1% | - |
| XYZ | 33.16 | 25.36 | 96.91 | - |
| YUV | 137.65 | 193.66 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 254 | 0.51 | 0.52 | 0 | 0.00 | 240.91 | 0.99 | 0.74 |
| Hex | 7C | 7A | FE | 33 | 34 | 0 | 0 | F1 | 63 | 4A |
| Octal | 174 | 172 | 376 | 63 | 64 | 0 | 0 | 361 | 143 | 112 |
| Binary | 1111100 | 1111010 | 11111110 | 110011 | 110100 | 0 | 0 | 11110001 | 1100011 | 1001010 |
Color Harmonies of #7C7AFE
Complementary color
Monochromatic Colors of #7C7AFE
Black with #7C7AFE
Text Example
Text Example
White with #7C7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7AFE; }
p { color: rgb(124,122,254); }
H1.HeaderClassName
{
color: #7C7AFE;
}
.AnyTagClassName
{
color: #7C7AFE;
}
</style>
background-color css
<style>
a { background-color: #7C7AFE; }
a { background-color: rgb(124,122,254); }
div.DivClassName
{
background-color: #7C7AFE;
}
.BgClassName
{
background-color: #7C7AFE;
}
</style>
border-color css
<style>
span { border-color: #7C7AFE; }
span { border-color: rgb(124,122,254); }
td.TdClassName
{
border-color: #7C7AFE;
}
.TagClassName
{
border-color: #7C7AFE;
}
</style>