Shades of Slate Blue #7C4ACF
Tints of Slate Blue #7C4ACF
RGB
CMYK
RGB Variations
Color information
#7C4ACF (or 0x7C4ACF) is known color: Slate Blue. HEX triplet: 7C, 4A and CF. RGB value is (124,74,207). Sum of RGB (Red+Green+Blue) = 124+74+207=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C4ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4ACF is #83B530. Grayscale: #676767. Windows color (decimal): -8631601 or 13585020. OLE color: 13585020.
HSL color Cylindrical-coordinate representation of color #7C4ACF: hue angle of 262.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C4ACF is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 74 | 207 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.19 |
| HSL | 262.56º | 0.58% | 0.55% | - |
| HSV(B) | 262.56º | 0.64% | 0.81% | - |
| XYZ | 22.02 | 13.69 | 60.51 | - |
| YUV | 104.11 | 186.07 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 74 | 207 | 0.40 | 0.64 | 0 | 0.19 | 262.56 | 0.58 | 0.55 |
| Hex | 7C | 4A | CF | 28 | 40 | 0 | 13 | 107 | 3A | 37 |
| Octal | 174 | 112 | 317 | 50 | 100 | 0 | 23 | 407 | 72 | 67 |
| Binary | 1111100 | 1001010 | 11001111 | 101000 | 1000000 | 0 | 10011 | 100000111 | 111010 | 110111 |
Color Harmonies of #7C4ACF
Complementary color
Monochromatic Colors of #7C4ACF
Black with #7C4ACF
Text Example
Text Example
White with #7C4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4ACF; }
p { color: rgb(124,74,207); }
H1.HeaderClassName
{
color: #7C4ACF;
}
.AnyTagClassName
{
color: #7C4ACF;
}
</style>
background-color css
<style>
a { background-color: #7C4ACF; }
a { background-color: rgb(124,74,207); }
div.DivClassName
{
background-color: #7C4ACF;
}
.BgClassName
{
background-color: #7C4ACF;
}
</style>
border-color css
<style>
span { border-color: #7C4ACF; }
span { border-color: rgb(124,74,207); }
td.TdClassName
{
border-color: #7C4ACF;
}
.TagClassName
{
border-color: #7C4ACF;
}
</style>