Shades of Light Slate Blue #7C7AF8
Tints of Light Slate Blue #7C7AF8
RGB
CMYK
RGB Variations
Color information
#7C7AF8 (or 0x7C7AF8) is known color: Light Slate Blue. HEX triplet: 7C, 7A and F8. RGB value is (124,122,248). Sum of RGB (Red+Green+Blue) = 124+122+248=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #7C7AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7AF8 is #838507. Grayscale: #888888. Windows color (decimal): -8619272 or 16284284. OLE color: 16284284.
HSL color Cylindrical-coordinate representation of color #7C7AF8: hue angle of 240.95º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C7AF8 is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 122 | 248 | - |
| CMYK | 0.5 | 0.51 | 0 | 0.03 |
| HSL | 240.95º | 0.9% | 0.73% | - |
| HSV(B) | 240.95º | 0.51% | 0.97% | - |
| XYZ | 32.21 | 24.98 | 91.93 | - |
| YUV | 136.96 | 190.66 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 248 | 0.5 | 0.51 | 0 | 0.03 | 240.95 | 0.9 | 0.73 |
| Hex | 7C | 7A | F8 | 32 | 33 | 0 | 3 | F1 | 5A | 49 |
| Octal | 174 | 172 | 370 | 62 | 63 | 0 | 3 | 361 | 132 | 111 |
| Binary | 1111100 | 1111010 | 11111000 | 110010 | 110011 | 0 | 11 | 11110001 | 1011010 | 1001001 |
Color Harmonies of #7C7AF8
Complementary color
Monochromatic Colors of #7C7AF8
Black with #7C7AF8
Text Example
Text Example
White with #7C7AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7AF8; }
p { color: rgb(124,122,248); }
H1.HeaderClassName
{
color: #7C7AF8;
}
.AnyTagClassName
{
color: #7C7AF8;
}
</style>
background-color css
<style>
a { background-color: #7C7AF8; }
a { background-color: rgb(124,122,248); }
div.DivClassName
{
background-color: #7C7AF8;
}
.BgClassName
{
background-color: #7C7AF8;
}
</style>
border-color css
<style>
span { border-color: #7C7AF8; }
span { border-color: rgb(124,122,248); }
td.TdClassName
{
border-color: #7C7AF8;
}
.TagClassName
{
border-color: #7C7AF8;
}
</style>