Shades of Slate Blue #7C4FD1
Tints of Slate Blue #7C4FD1
RGB
CMYK
RGB Variations
Color information
#7C4FD1 (or 0x7C4FD1) is known color: Slate Blue. HEX triplet: 7C, 4F and D1. RGB value is (124,79,209). Sum of RGB (Red+Green+Blue) = 124+79+209=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #7C4FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4FD1 is #83B02E. Grayscale: #6A6A6A. Windows color (decimal): -8630319 or 13717372. OLE color: 13717372.
HSL color Cylindrical-coordinate representation of color #7C4FD1: hue angle of 260.77º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C4FD1 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 79 | 209 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.18 |
| HSL | 260.77º | 0.59% | 0.56% | - |
| HSV(B) | 260.77º | 0.62% | 0.82% | - |
| XYZ | 22.62 | 14.48 | 61.92 | - |
| YUV | 107.28 | 185.41 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 209 | 0.41 | 0.62 | 0 | 0.18 | 260.77 | 0.59 | 0.56 |
| Hex | 7C | 4F | D1 | 29 | 3E | 0 | 12 | 105 | 3B | 38 |
| Octal | 174 | 117 | 321 | 51 | 76 | 0 | 22 | 405 | 73 | 70 |
| Binary | 1111100 | 1001111 | 11010001 | 101001 | 111110 | 0 | 10010 | 100000101 | 111011 | 111000 |
Color Harmonies of #7C4FD1
Complementary color
Monochromatic Colors of #7C4FD1
Black with #7C4FD1
Text Example
Text Example
White with #7C4FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4FD1; }
p { color: rgb(124,79,209); }
H1.HeaderClassName
{
color: #7C4FD1;
}
.AnyTagClassName
{
color: #7C4FD1;
}
</style>
background-color css
<style>
a { background-color: #7C4FD1; }
a { background-color: rgb(124,79,209); }
div.DivClassName
{
background-color: #7C4FD1;
}
.BgClassName
{
background-color: #7C4FD1;
}
</style>
border-color css
<style>
span { border-color: #7C4FD1; }
span { border-color: rgb(124,79,209); }
td.TdClassName
{
border-color: #7C4FD1;
}
.TagClassName
{
border-color: #7C4FD1;
}
</style>