Shades of Light Slate Blue #7C74F7
Tints of Light Slate Blue #7C74F7
RGB
CMYK
RGB Variations
Color information
#7C74F7 (or 0x7C74F7) is known color: Light Slate Blue. HEX triplet: 7C, 74 and F7. RGB value is (124,116,247). Sum of RGB (Red+Green+Blue) = 124+116+247=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #7C74F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C74F7 is #838B08. Grayscale: #848484. Windows color (decimal): -8620809 or 16217212. OLE color: 16217212.
HSL color Cylindrical-coordinate representation of color #7C74F7: hue angle of 243.66º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C74F7 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 116 | 247 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.03 |
| HSL | 243.66º | 0.89% | 0.71% | - |
| HSV(B) | 243.66º | 0.53% | 0.97% | - |
| XYZ | 31.35 | 23.49 | 90.88 | - |
| YUV | 133.33 | 192.15 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 247 | 0.50 | 0.53 | 0 | 0.03 | 243.66 | 0.89 | 0.71 |
| Hex | 7C | 74 | F7 | 32 | 35 | 0 | 3 | F4 | 59 | 47 |
| Octal | 174 | 164 | 367 | 62 | 65 | 0 | 3 | 364 | 131 | 107 |
| Binary | 1111100 | 1110100 | 11110111 | 110010 | 110101 | 0 | 11 | 11110100 | 1011001 | 1000111 |
Color Harmonies of #7C74F7
Complementary color
Monochromatic Colors of #7C74F7
Black with #7C74F7
Text Example
Text Example
White with #7C74F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C74F7; }
p { color: rgb(124,116,247); }
H1.HeaderClassName
{
color: #7C74F7;
}
.AnyTagClassName
{
color: #7C74F7;
}
</style>
background-color css
<style>
a { background-color: #7C74F7; }
a { background-color: rgb(124,116,247); }
div.DivClassName
{
background-color: #7C74F7;
}
.BgClassName
{
background-color: #7C74F7;
}
</style>
border-color css
<style>
span { border-color: #7C74F7; }
span { border-color: rgb(124,116,247); }
td.TdClassName
{
border-color: #7C74F7;
}
.TagClassName
{
border-color: #7C74F7;
}
</style>