Shades of Slate Blue #7C60CF
Tints of Slate Blue #7C60CF
RGB
CMYK
RGB Variations
Color information
#7C60CF (or 0x7C60CF) is known color: Slate Blue. HEX triplet: 7C, 60 and CF. RGB value is (124,96,207). Sum of RGB (Red+Green+Blue) = 124+96+207=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C60CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C60CF is #839F30. Grayscale: #747474. Windows color (decimal): -8625969 or 13590652. OLE color: 13590652.
HSL color Cylindrical-coordinate representation of color #7C60CF: hue angle of 255.14º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C60CF is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 96 | 207 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.19 |
| HSL | 255.14º | 0.54% | 0.59% | - |
| HSV(B) | 255.14º | 0.54% | 0.81% | - |
| XYZ | 23.76 | 17.16 | 61.09 | - |
| YUV | 117.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 207 | 0.40 | 0.54 | 0 | 0.19 | 255.14 | 0.54 | 0.59 |
| Hex | 7C | 60 | CF | 28 | 36 | 0 | 13 | FF | 36 | 3B |
| Octal | 174 | 140 | 317 | 50 | 66 | 0 | 23 | 377 | 66 | 73 |
| Binary | 1111100 | 1100000 | 11001111 | 101000 | 110110 | 0 | 10011 | 11111111 | 110110 | 111011 |
Color Harmonies of #7C60CF
Complementary color
Monochromatic Colors of #7C60CF
Black with #7C60CF
Text Example
Text Example
White with #7C60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C60CF; }
p { color: rgb(124,96,207); }
H1.HeaderClassName
{
color: #7C60CF;
}
.AnyTagClassName
{
color: #7C60CF;
}
</style>
background-color css
<style>
a { background-color: #7C60CF; }
a { background-color: rgb(124,96,207); }
div.DivClassName
{
background-color: #7C60CF;
}
.BgClassName
{
background-color: #7C60CF;
}
</style>
border-color css
<style>
span { border-color: #7C60CF; }
span { border-color: rgb(124,96,207); }
td.TdClassName
{
border-color: #7C60CF;
}
.TagClassName
{
border-color: #7C60CF;
}
</style>