#7C4AD9

Color #7C4AD9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7C4AD9

Tints of Slate Blue #7C4AD9

Color information

#7C4AD9 (or 0x7C4AD9) is unknown color: approx Slate Blue. HEX triplet: 7C, 4A and D9. RGB value is (124,74,217). Sum of RGB (Red+Green+Blue) = 124+74+217=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 217 (85.16% from 255 or 52.29% from 415); Max value from RGB is 217 - color contains mainly: blue. Hex color #7C4AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4AD9 is #83B526. Grayscale: #686868. Windows color (decimal): -8631591 or 14240380. OLE color: 14240380.

HSL color Cylindrical-coordinate representation of color #7C4AD9: hue angle of 260.98º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C4AD9 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12474217-
CMYK0.430.6600.15
HSL260.98º65.3%57.06%-
HSV(B)260.98º65.9%85.1%-
XYZ23.2914.1967.16-
YUV105.25191.06141.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 74 (29.30% from 255) = 17.83%
BLUE value IS 217 (85.16% from 255) = 52.29%
R=29.88%
G=17.83%
B=52.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124742170.430.6600.15260.9865.357.06
Hex7C4AD92B420F1054139
Octal1741123315310201740510171
Binary11111001001010110110011010111000010011111000001011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C4AD9; }

 p { color: rgb(124,74,217); }

 H1.HeaderClassName
 {
   color: #7C4AD9;
 }
 .AnyTagClassName
 {
   color: #7C4AD9;
 }
</style>
background-color css

<style>
 a { background-color: #7C4AD9; }

 a { background-color: rgb(124,74,217); }

 div.DivClassName
 {
   background-color: #7C4AD9;
 }
 .BgClassName
 {
   background-color: #7C4AD9;
 }
</style>
border-color css

<style>
 span { border-color: #7C4AD9; }

 span { border-color: rgb(124,74,217); }

 td.TdClassName
 {
   border-color: #7C4AD9;
 }
 .TagClassName
 {
   border-color: #7C4AD9;
 }
</style>