Shades of Slate Blue #7C53DC
Tints of Slate Blue #7C53DC
RGB
CMYK
RGB Variations
Color information
#7C53DC (or 0x7C53DC) is known color: Slate Blue. HEX triplet: 7C, 53 and DC. RGB value is (124,83,220). Sum of RGB (Red+Green+Blue) = 124+83+220=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C53DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C53DC is #83AC23. Grayscale: #6E6E6E. Windows color (decimal): -8629284 or 14439292. OLE color: 14439292.
HSL color Cylindrical-coordinate representation of color #7C53DC: hue angle of 257.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C53DC is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 83 | 220 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.14 |
| HSL | 257.96º | 0.66% | 0.59% | - |
| HSV(B) | 257.96º | 0.62% | 0.86% | - |
| XYZ | 24.32 | 15.64 | 69.45 | - |
| YUV | 110.88 | 189.58 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 220 | 0.44 | 0.62 | 0 | 0.14 | 257.96 | 0.66 | 0.59 |
| Hex | 7C | 53 | DC | 2C | 3E | 0 | E | 102 | 42 | 3B |
| Octal | 174 | 123 | 334 | 54 | 76 | 0 | 16 | 402 | 102 | 73 |
| Binary | 1111100 | 1010011 | 11011100 | 101100 | 111110 | 0 | 1110 | 100000010 | 1000010 | 111011 |
Color Harmonies of #7C53DC
Complementary color
Monochromatic Colors of #7C53DC
Black with #7C53DC
Text Example
Text Example
White with #7C53DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C53DC; }
p { color: rgb(124,83,220); }
H1.HeaderClassName
{
color: #7C53DC;
}
.AnyTagClassName
{
color: #7C53DC;
}
</style>
background-color css
<style>
a { background-color: #7C53DC; }
a { background-color: rgb(124,83,220); }
div.DivClassName
{
background-color: #7C53DC;
}
.BgClassName
{
background-color: #7C53DC;
}
</style>
border-color css
<style>
span { border-color: #7C53DC; }
span { border-color: rgb(124,83,220); }
td.TdClassName
{
border-color: #7C53DC;
}
.TagClassName
{
border-color: #7C53DC;
}
</style>