Shades of Slate Blue #7C4BC7
Tints of Slate Blue #7C4BC7
RGB
CMYK
RGB Variations
Color information
#7C4BC7 (or 0x7C4BC7) is known color: Slate Blue. HEX triplet: 7C, 4B and C7. RGB value is (124,75,199). Sum of RGB (Red+Green+Blue) = 124+75+199=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #7C4BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4BC7 is #83B438. Grayscale: #676767. Windows color (decimal): -8631353 or 13060988. OLE color: 13060988.
HSL color Cylindrical-coordinate representation of color #7C4BC7: hue angle of 263.71º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C4BC7 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 75 | 199 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.22 |
| HSL | 263.71º | 0.53% | 0.54% | - |
| HSV(B) | 263.71º | 0.62% | 0.78% | - |
| XYZ | 21.14 | 13.44 | 55.51 | - |
| YUV | 103.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 199 | 0.38 | 0.62 | 0 | 0.22 | 263.71 | 0.53 | 0.54 |
| Hex | 7C | 4B | C7 | 26 | 3E | 0 | 16 | 108 | 35 | 36 |
| Octal | 174 | 113 | 307 | 46 | 76 | 0 | 26 | 410 | 65 | 66 |
| Binary | 1111100 | 1001011 | 11000111 | 100110 | 111110 | 0 | 10110 | 100001000 | 110101 | 110110 |
Color Harmonies of #7C4BC7
Complementary color
Monochromatic Colors of #7C4BC7
Black with #7C4BC7
Text Example
Text Example
White with #7C4BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4BC7; }
p { color: rgb(124,75,199); }
H1.HeaderClassName
{
color: #7C4BC7;
}
.AnyTagClassName
{
color: #7C4BC7;
}
</style>
background-color css
<style>
a { background-color: #7C4BC7; }
a { background-color: rgb(124,75,199); }
div.DivClassName
{
background-color: #7C4BC7;
}
.BgClassName
{
background-color: #7C4BC7;
}
</style>
border-color css
<style>
span { border-color: #7C4BC7; }
span { border-color: rgb(124,75,199); }
td.TdClassName
{
border-color: #7C4BC7;
}
.TagClassName
{
border-color: #7C4BC7;
}
</style>