Shades of Slate Blue #7C54C2
Tints of Slate Blue #7C54C2
RGB
CMYK
RGB Variations
Color information
#7C54C2 (or 0x7C54C2) is known color: Slate Blue. HEX triplet: 7C, 54 and C2. RGB value is (124,84,194). Sum of RGB (Red+Green+Blue) = 124+84+194=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #7C54C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C54C2 is #83AB3D. Grayscale: #6C6C6C. Windows color (decimal): -8629054 or 12735612. OLE color: 12735612.
HSL color Cylindrical-coordinate representation of color #7C54C2: hue angle of 261.82º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C54C2 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 84 | 194 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.24 |
| HSL | 261.82º | 0.47% | 0.55% | - |
| HSV(B) | 261.82º | 0.57% | 0.76% | - |
| XYZ | 21.22 | 14.52 | 52.72 | - |
| YUV | 108.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 194 | 0.36 | 0.57 | 0 | 0.24 | 261.82 | 0.47 | 0.55 |
| Hex | 7C | 54 | C2 | 24 | 39 | 0 | 18 | 106 | 2F | 37 |
| Octal | 174 | 124 | 302 | 44 | 71 | 0 | 30 | 406 | 57 | 67 |
| Binary | 1111100 | 1010100 | 11000010 | 100100 | 111001 | 0 | 11000 | 100000110 | 101111 | 110111 |
Color Harmonies of #7C54C2
Complementary color
Monochromatic Colors of #7C54C2
Black with #7C54C2
Text Example
Text Example
White with #7C54C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C54C2; }
p { color: rgb(124,84,194); }
H1.HeaderClassName
{
color: #7C54C2;
}
.AnyTagClassName
{
color: #7C54C2;
}
</style>
background-color css
<style>
a { background-color: #7C54C2; }
a { background-color: rgb(124,84,194); }
div.DivClassName
{
background-color: #7C54C2;
}
.BgClassName
{
background-color: #7C54C2;
}
</style>
border-color css
<style>
span { border-color: #7C54C2; }
span { border-color: rgb(124,84,194); }
td.TdClassName
{
border-color: #7C54C2;
}
.TagClassName
{
border-color: #7C54C2;
}
</style>