#7C4FD4

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

Shades of Slate Blue #7C4FD4

Tints of Slate Blue #7C4FD4

Color information

#7C4FD4 (or 0x7C4FD4) is unknown color: approx Slate Blue. HEX triplet: 7C, 4F and D4. RGB value is (124,79,212). Sum of RGB (Red+Green+Blue) = 124+79+212=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #7C4FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4FD4 is #83B02B. Grayscale: #6B6B6B. Windows color (decimal): -8630316 or 13913980. OLE color: 13913980.

HSL color Cylindrical-coordinate representation of color #7C4FD4: hue angle of 260.3º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C4FD4 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12479212-
CMYK0.420.6300.17
HSL260.3º60.73%57.06%-
HSV(B)260.3º62.74%83.14%-
XYZ22.9914.6363.9-
YUV107.62186.91139.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 212 (83.20% from 255) = 51.08%
R=29.88%
G=19.04%
B=51.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal124792120.420.6300.17260.360.7357.06
Hex7C4FD42A3F0111043d39
Octal17411732452770214047571
Binary1111100100111111010100101010111111010001100000100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,79,212); }

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

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

 a { background-color: rgb(124,79,212); }

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

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

 span { border-color: rgb(124,79,212); }

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