Shades of Slate Blue #7C61CE
Tints of Slate Blue #7C61CE
RGB
CMYK
RGB Variations
Color information
#7C61CE (or 0x7C61CE) is known color: Slate Blue. HEX triplet: 7C, 61 and CE. RGB value is (124,97,206). Sum of RGB (Red+Green+Blue) = 124+97+206=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C61CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61CE is #839E31. Grayscale: #757575. Windows color (decimal): -8625714 or 13525372. OLE color: 13525372.
HSL color Cylindrical-coordinate representation of color #7C61CE: hue angle of 254.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C61CE is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 97 | 206 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.19 |
| HSL | 254.86º | 0.53% | 0.59% | - |
| HSV(B) | 254.86º | 0.53% | 0.81% | - |
| XYZ | 23.73 | 17.29 | 60.48 | - |
| YUV | 117.5 | 177.95 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 206 | 0.40 | 0.53 | 0 | 0.19 | 254.86 | 0.53 | 0.59 |
| Hex | 7C | 61 | CE | 28 | 35 | 0 | 13 | FF | 35 | 3B |
| Octal | 174 | 141 | 316 | 50 | 65 | 0 | 23 | 377 | 65 | 73 |
| Binary | 1111100 | 1100001 | 11001110 | 101000 | 110101 | 0 | 10011 | 11111111 | 110101 | 111011 |
Color Harmonies of #7C61CE
Complementary color
Monochromatic Colors of #7C61CE
Black with #7C61CE
Text Example
Text Example
White with #7C61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C61CE; }
p { color: rgb(124,97,206); }
H1.HeaderClassName
{
color: #7C61CE;
}
.AnyTagClassName
{
color: #7C61CE;
}
</style>
background-color css
<style>
a { background-color: #7C61CE; }
a { background-color: rgb(124,97,206); }
div.DivClassName
{
background-color: #7C61CE;
}
.BgClassName
{
background-color: #7C61CE;
}
</style>
border-color css
<style>
span { border-color: #7C61CE; }
span { border-color: rgb(124,97,206); }
td.TdClassName
{
border-color: #7C61CE;
}
.TagClassName
{
border-color: #7C61CE;
}
</style>