Shades of Light Slate Blue #7C77FB
Tints of Light Slate Blue #7C77FB
RGB
CMYK
RGB Variations
Color information
#7C77FB (or 0x7C77FB) is known color: Light Slate Blue. HEX triplet: 7C, 77 and FB. RGB value is (124,119,251). Sum of RGB (Red+Green+Blue) = 124+119+251=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C77FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C77FB is #838804. Grayscale: #878787. Windows color (decimal): -8620037 or 16480124. OLE color: 16480124.
HSL color Cylindrical-coordinate representation of color #7C77FB: hue angle of 242.27º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C77FB is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 119 | 251 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.02 |
| HSL | 242.27º | 0.94% | 0.73% | - |
| HSV(B) | 242.27º | 0.53% | 0.98% | - |
| XYZ | 32.32 | 24.44 | 94.28 | - |
| YUV | 135.54 | 193.16 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 251 | 0.51 | 0.53 | 0 | 0.02 | 242.27 | 0.94 | 0.73 |
| Hex | 7C | 77 | FB | 33 | 35 | 0 | 2 | F2 | 5E | 49 |
| Octal | 174 | 167 | 373 | 63 | 65 | 0 | 2 | 362 | 136 | 111 |
| Binary | 1111100 | 1110111 | 11111011 | 110011 | 110101 | 0 | 10 | 11110010 | 1011110 | 1001001 |
Color Harmonies of #7C77FB
Complementary color
Monochromatic Colors of #7C77FB
Black with #7C77FB
Text Example
Text Example
White with #7C77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C77FB; }
p { color: rgb(124,119,251); }
H1.HeaderClassName
{
color: #7C77FB;
}
.AnyTagClassName
{
color: #7C77FB;
}
</style>
background-color css
<style>
a { background-color: #7C77FB; }
a { background-color: rgb(124,119,251); }
div.DivClassName
{
background-color: #7C77FB;
}
.BgClassName
{
background-color: #7C77FB;
}
</style>
border-color css
<style>
span { border-color: #7C77FB; }
span { border-color: rgb(124,119,251); }
td.TdClassName
{
border-color: #7C77FB;
}
.TagClassName
{
border-color: #7C77FB;
}
</style>