Shades of Slate Blue #7C57D6
Tints of Slate Blue #7C57D6
RGB
CMYK
RGB Variations
Color information
#7C57D6 (or 0x7C57D6) is known color: Slate Blue. HEX triplet: 7C, 57 and D6. RGB value is (124,87,214). Sum of RGB (Red+Green+Blue) = 124+87+214=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #7C57D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C57D6 is #83A829. Grayscale: #707070. Windows color (decimal): -8628266 or 14047100. OLE color: 14047100.
HSL color Cylindrical-coordinate representation of color #7C57D6: hue angle of 257.48º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C57D6 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 87 | 214 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.16 |
| HSL | 257.48º | 0.61% | 0.59% | - |
| HSV(B) | 257.48º | 0.59% | 0.84% | - |
| XYZ | 23.86 | 15.96 | 65.44 | - |
| YUV | 112.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 214 | 0.42 | 0.59 | 0 | 0.16 | 257.48 | 0.61 | 0.59 |
| Hex | 7C | 57 | D6 | 2A | 3B | 0 | 10 | 101 | 3D | 3B |
| Octal | 174 | 127 | 326 | 52 | 73 | 0 | 20 | 401 | 75 | 73 |
| Binary | 1111100 | 1010111 | 11010110 | 101010 | 111011 | 0 | 10000 | 100000001 | 111101 | 111011 |
Color Harmonies of #7C57D6
Complementary color
Monochromatic Colors of #7C57D6
Black with #7C57D6
Text Example
Text Example
White with #7C57D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C57D6; }
p { color: rgb(124,87,214); }
H1.HeaderClassName
{
color: #7C57D6;
}
.AnyTagClassName
{
color: #7C57D6;
}
</style>
background-color css
<style>
a { background-color: #7C57D6; }
a { background-color: rgb(124,87,214); }
div.DivClassName
{
background-color: #7C57D6;
}
.BgClassName
{
background-color: #7C57D6;
}
</style>
border-color css
<style>
span { border-color: #7C57D6; }
span { border-color: rgb(124,87,214); }
td.TdClassName
{
border-color: #7C57D6;
}
.TagClassName
{
border-color: #7C57D6;
}
</style>