#7C4AD7

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

Shades of Slate Blue #7C4AD7

Tints of Slate Blue #7C4AD7

Color information

#7C4AD7 (or 0x7C4AD7) is unknown color: approx Slate Blue. HEX triplet: 7C, 4A and D7. RGB value is (124,74,215). Sum of RGB (Red+Green+Blue) = 124+74+215=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #7C4AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4AD7 is #83B528. Grayscale: #686868. Windows color (decimal): -8631593 or 14109308. OLE color: 14109308.

HSL color Cylindrical-coordinate representation of color #7C4AD7: hue angle of 261.28º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C4AD7 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12474215-
CMYK0.420.6600.16
HSL261.28º63.8%56.67%-
HSV(B)261.28º65.58%84.31%-
XYZ23.0314.0965.8-
YUV105.02190.06141.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 215 (84.38% from 255) = 52.06%
R=30.02%
G=17.92%
B=52.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal124742150.420.6600.16261.2863.856.67
Hex7C4AD72A420101054039
Octal1741123275210202040510071
Binary111110010010101101011110101010000100100001000001011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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