Shades of Slate Blue #7C60C2
Tints of Slate Blue #7C60C2
RGB
CMYK
RGB Variations
Color information
#7C60C2 (or 0x7C60C2) is known color: Slate Blue. HEX triplet: 7C, 60 and C2. RGB value is (124,96,194). Sum of RGB (Red+Green+Blue) = 124+96+194=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #7C60C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C60C2 is #839F3D. Grayscale: #737373. Windows color (decimal): -8625982 or 12738684. OLE color: 12738684.
HSL color Cylindrical-coordinate representation of color #7C60C2: hue angle of 257.14º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C60C2 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 96 | 194 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.24 |
| HSL | 257.14º | 0.45% | 0.57% | - |
| HSV(B) | 257.14º | 0.51% | 0.76% | - |
| XYZ | 22.23 | 16.55 | 53.06 | - |
| YUV | 115.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 194 | 0.36 | 0.51 | 0 | 0.24 | 257.14 | 0.45 | 0.57 |
| Hex | 7C | 60 | C2 | 24 | 33 | 0 | 18 | 101 | 2D | 39 |
| Octal | 174 | 140 | 302 | 44 | 63 | 0 | 30 | 401 | 55 | 71 |
| Binary | 1111100 | 1100000 | 11000010 | 100100 | 110011 | 0 | 11000 | 100000001 | 101101 | 111001 |
Color Harmonies of #7C60C2
Complementary color
Monochromatic Colors of #7C60C2
Black with #7C60C2
Text Example
Text Example
White with #7C60C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C60C2; }
p { color: rgb(124,96,194); }
H1.HeaderClassName
{
color: #7C60C2;
}
.AnyTagClassName
{
color: #7C60C2;
}
</style>
background-color css
<style>
a { background-color: #7C60C2; }
a { background-color: rgb(124,96,194); }
div.DivClassName
{
background-color: #7C60C2;
}
.BgClassName
{
background-color: #7C60C2;
}
</style>
border-color css
<style>
span { border-color: #7C60C2; }
span { border-color: rgb(124,96,194); }
td.TdClassName
{
border-color: #7C60C2;
}
.TagClassName
{
border-color: #7C60C2;
}
</style>