Shades of Slate Blue #7C51DF
Tints of Slate Blue #7C51DF
RGB
CMYK
RGB Variations
Color information
#7C51DF (or 0x7C51DF) is known color: Slate Blue. HEX triplet: 7C, 51 and DF. RGB value is (124,81,223). Sum of RGB (Red+Green+Blue) = 124+81+223=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C51DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C51DF is #83AE20. Grayscale: #6D6D6D. Windows color (decimal): -8629793 or 14635388. OLE color: 14635388.
HSL color Cylindrical-coordinate representation of color #7C51DF: hue angle of 258.17º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C51DF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 81 | 223 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.13 |
| HSL | 258.17º | 0.69% | 0.6% | - |
| HSV(B) | 258.17º | 0.64% | 0.87% | - |
| XYZ | 24.57 | 15.5 | 71.51 | - |
| YUV | 110.05 | 191.75 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 223 | 0.44 | 0.64 | 0 | 0.13 | 258.17 | 0.69 | 0.6 |
| Hex | 7C | 51 | DF | 2C | 40 | 0 | D | 102 | 45 | 3C |
| Octal | 174 | 121 | 337 | 54 | 100 | 0 | 15 | 402 | 105 | 74 |
| Binary | 1111100 | 1010001 | 11011111 | 101100 | 1000000 | 0 | 1101 | 100000010 | 1000101 | 111100 |
Color Harmonies of #7C51DF
Complementary color
Monochromatic Colors of #7C51DF
Black with #7C51DF
Text Example
Text Example
White with #7C51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C51DF; }
p { color: rgb(124,81,223); }
H1.HeaderClassName
{
color: #7C51DF;
}
.AnyTagClassName
{
color: #7C51DF;
}
</style>
background-color css
<style>
a { background-color: #7C51DF; }
a { background-color: rgb(124,81,223); }
div.DivClassName
{
background-color: #7C51DF;
}
.BgClassName
{
background-color: #7C51DF;
}
</style>
border-color css
<style>
span { border-color: #7C51DF; }
span { border-color: rgb(124,81,223); }
td.TdClassName
{
border-color: #7C51DF;
}
.TagClassName
{
border-color: #7C51DF;
}
</style>