Shades of Light Slate Blue #7C76FA
Tints of Light Slate Blue #7C76FA
RGB
CMYK
RGB Variations
Color information
#7C76FA (or 0x7C76FA) is known color: Light Slate Blue. HEX triplet: 7C, 76 and FA. RGB value is (124,118,250). Sum of RGB (Red+Green+Blue) = 124+118+250=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C76FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C76FA is #838905. Grayscale: #868686. Windows color (decimal): -8620294 or 16414332. OLE color: 16414332.
HSL color Cylindrical-coordinate representation of color #7C76FA: hue angle of 242.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C76FA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 118 | 250 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.02 |
| HSL | 242.73º | 0.93% | 0.72% | - |
| HSV(B) | 242.73º | 0.53% | 0.98% | - |
| XYZ | 32.05 | 24.14 | 93.41 | - |
| YUV | 134.84 | 192.99 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 250 | 0.50 | 0.53 | 0 | 0.02 | 242.73 | 0.93 | 0.72 |
| Hex | 7C | 76 | FA | 32 | 35 | 0 | 2 | F3 | 5D | 48 |
| Octal | 174 | 166 | 372 | 62 | 65 | 0 | 2 | 363 | 135 | 110 |
| Binary | 1111100 | 1110110 | 11111010 | 110010 | 110101 | 0 | 10 | 11110011 | 1011101 | 1001000 |
Color Harmonies of #7C76FA
Complementary color
Monochromatic Colors of #7C76FA
Black with #7C76FA
Text Example
Text Example
White with #7C76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C76FA; }
p { color: rgb(124,118,250); }
H1.HeaderClassName
{
color: #7C76FA;
}
.AnyTagClassName
{
color: #7C76FA;
}
</style>
background-color css
<style>
a { background-color: #7C76FA; }
a { background-color: rgb(124,118,250); }
div.DivClassName
{
background-color: #7C76FA;
}
.BgClassName
{
background-color: #7C76FA;
}
</style>
border-color css
<style>
span { border-color: #7C76FA; }
span { border-color: rgb(124,118,250); }
td.TdClassName
{
border-color: #7C76FA;
}
.TagClassName
{
border-color: #7C76FA;
}
</style>