Shades of Light Slate Blue #7C74FA
Tints of Light Slate Blue #7C74FA
RGB
CMYK
RGB Variations
Color information
#7C74FA (or 0x7C74FA) is known color: Light Slate Blue. HEX triplet: 7C, 74 and FA. RGB value is (124,116,250). Sum of RGB (Red+Green+Blue) = 124+116+250=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C74FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C74FA is #838B05. Grayscale: #858585. Windows color (decimal): -8620806 or 16413820. OLE color: 16413820.
HSL color Cylindrical-coordinate representation of color #7C74FA: hue angle of 243.58º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C74FA is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 116 | 250 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.02 |
| HSL | 243.58º | 0.93% | 0.72% | - |
| HSV(B) | 243.58º | 0.54% | 0.98% | - |
| XYZ | 31.81 | 23.68 | 93.34 | - |
| YUV | 133.67 | 193.65 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 250 | 0.50 | 0.54 | 0 | 0.02 | 243.58 | 0.93 | 0.72 |
| Hex | 7C | 74 | FA | 32 | 36 | 0 | 2 | F4 | 5D | 48 |
| Octal | 174 | 164 | 372 | 62 | 66 | 0 | 2 | 364 | 135 | 110 |
| Binary | 1111100 | 1110100 | 11111010 | 110010 | 110110 | 0 | 10 | 11110100 | 1011101 | 1001000 |
Color Harmonies of #7C74FA
Complementary color
Monochromatic Colors of #7C74FA
Black with #7C74FA
Text Example
Text Example
White with #7C74FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C74FA; }
p { color: rgb(124,116,250); }
H1.HeaderClassName
{
color: #7C74FA;
}
.AnyTagClassName
{
color: #7C74FA;
}
</style>
background-color css
<style>
a { background-color: #7C74FA; }
a { background-color: rgb(124,116,250); }
div.DivClassName
{
background-color: #7C74FA;
}
.BgClassName
{
background-color: #7C74FA;
}
</style>
border-color css
<style>
span { border-color: #7C74FA; }
span { border-color: rgb(124,116,250); }
td.TdClassName
{
border-color: #7C74FA;
}
.TagClassName
{
border-color: #7C74FA;
}
</style>