Shades of Slate Blue #7C5CD6
Tints of Slate Blue #7C5CD6
RGB
CMYK
RGB Variations
Color information
#7C5CD6 (or 0x7C5CD6) is known color: Slate Blue. HEX triplet: 7C, 5C and D6. RGB value is (124,92,214). Sum of RGB (Red+Green+Blue) = 124+92+214=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #7C5CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5CD6 is #83A329. Grayscale: #737373. Windows color (decimal): -8626986 or 14048380. OLE color: 14048380.
HSL color Cylindrical-coordinate representation of color #7C5CD6: hue angle of 255.74º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C5CD6 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 92 | 214 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.16 |
| HSL | 255.74º | 0.6% | 0.6% | - |
| HSV(B) | 255.74º | 0.57% | 0.84% | - |
| XYZ | 24.28 | 16.79 | 65.58 | - |
| YUV | 115.48 | 183.6 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 92 | 214 | 0.42 | 0.57 | 0 | 0.16 | 255.74 | 0.6 | 0.6 |
| Hex | 7C | 5C | D6 | 2A | 39 | 0 | 10 | 100 | 3C | 3C |
| Octal | 174 | 134 | 326 | 52 | 71 | 0 | 20 | 400 | 74 | 74 |
| Binary | 1111100 | 1011100 | 11010110 | 101010 | 111001 | 0 | 10000 | 100000000 | 111100 | 111100 |
Color Harmonies of #7C5CD6
Complementary color
Monochromatic Colors of #7C5CD6
Black with #7C5CD6
Text Example
Text Example
White with #7C5CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5CD6; }
p { color: rgb(124,92,214); }
H1.HeaderClassName
{
color: #7C5CD6;
}
.AnyTagClassName
{
color: #7C5CD6;
}
</style>
background-color css
<style>
a { background-color: #7C5CD6; }
a { background-color: rgb(124,92,214); }
div.DivClassName
{
background-color: #7C5CD6;
}
.BgClassName
{
background-color: #7C5CD6;
}
</style>
border-color css
<style>
span { border-color: #7C5CD6; }
span { border-color: rgb(124,92,214); }
td.TdClassName
{
border-color: #7C5CD6;
}
.TagClassName
{
border-color: #7C5CD6;
}
</style>