Shades of Medium Slate Blue #7C55FA
Tints of Medium Slate Blue #7C55FA
RGB
CMYK
RGB Variations
Color information
#7C55FA (or 0x7C55FA) is known color: Medium Slate Blue. HEX triplet: 7C, 55 and FA. RGB value is (124,85,250). Sum of RGB (Red+Green+Blue) = 124+85+250=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C55FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C55FA is #83AA05. Grayscale: #727272. Windows color (decimal): -8628742 or 16405884. OLE color: 16405884.
HSL color Cylindrical-coordinate representation of color #7C55FA: hue angle of 254.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C55FA is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 85 | 250 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.02 |
| HSL | 254.18º | 0.94% | 0.66% | - |
| HSV(B) | 254.18º | 0.66% | 0.98% | - |
| XYZ | 28.82 | 17.68 | 92.34 | - |
| YUV | 115.47 | 203.92 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 250 | 0.50 | 0.66 | 0 | 0.02 | 254.18 | 0.94 | 0.66 |
| Hex | 7C | 55 | FA | 32 | 42 | 0 | 2 | FE | 5E | 42 |
| Octal | 174 | 125 | 372 | 62 | 102 | 0 | 2 | 376 | 136 | 102 |
| Binary | 1111100 | 1010101 | 11111010 | 110010 | 1000010 | 0 | 10 | 11111110 | 1011110 | 1000010 |
Color Harmonies of #7C55FA
Complementary color
Monochromatic Colors of #7C55FA
Black with #7C55FA
Text Example
Text Example
White with #7C55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C55FA; }
p { color: rgb(124,85,250); }
H1.HeaderClassName
{
color: #7C55FA;
}
.AnyTagClassName
{
color: #7C55FA;
}
</style>
background-color css
<style>
a { background-color: #7C55FA; }
a { background-color: rgb(124,85,250); }
div.DivClassName
{
background-color: #7C55FA;
}
.BgClassName
{
background-color: #7C55FA;
}
</style>
border-color css
<style>
span { border-color: #7C55FA; }
span { border-color: rgb(124,85,250); }
td.TdClassName
{
border-color: #7C55FA;
}
.TagClassName
{
border-color: #7C55FA;
}
</style>