Shades of Medium Slate Blue #7C67FA
Tints of Medium Slate Blue #7C67FA
RGB
CMYK
RGB Variations
Color information
#7C67FA (or 0x7C67FA) is known color: Medium Slate Blue. HEX triplet: 7C, 67 and FA. RGB value is (124,103,250). Sum of RGB (Red+Green+Blue) = 124+103+250=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C67FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C67FA is #839805. Grayscale: #7D7D7D. Windows color (decimal): -8624134 or 16410492. OLE color: 16410492.
HSL color Cylindrical-coordinate representation of color #7C67FA: hue angle of 248.57º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C67FA is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 103 | 250 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.02 |
| HSL | 248.57º | 0.94% | 0.69% | - |
| HSV(B) | 248.57º | 0.59% | 0.98% | - |
| XYZ | 30.42 | 20.89 | 92.87 | - |
| YUV | 126.04 | 197.96 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 250 | 0.50 | 0.59 | 0 | 0.02 | 248.57 | 0.94 | 0.69 |
| Hex | 7C | 67 | FA | 32 | 3B | 0 | 2 | F9 | 5E | 45 |
| Octal | 174 | 147 | 372 | 62 | 73 | 0 | 2 | 371 | 136 | 105 |
| Binary | 1111100 | 1100111 | 11111010 | 110010 | 111011 | 0 | 10 | 11111001 | 1011110 | 1000101 |
Color Harmonies of #7C67FA
Complementary color
Monochromatic Colors of #7C67FA
Black with #7C67FA
Text Example
Text Example
White with #7C67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C67FA; }
p { color: rgb(124,103,250); }
H1.HeaderClassName
{
color: #7C67FA;
}
.AnyTagClassName
{
color: #7C67FA;
}
</style>
background-color css
<style>
a { background-color: #7C67FA; }
a { background-color: rgb(124,103,250); }
div.DivClassName
{
background-color: #7C67FA;
}
.BgClassName
{
background-color: #7C67FA;
}
</style>
border-color css
<style>
span { border-color: #7C67FA; }
span { border-color: rgb(124,103,250); }
td.TdClassName
{
border-color: #7C67FA;
}
.TagClassName
{
border-color: #7C67FA;
}
</style>