#7C47C9

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

Shades of Slate Blue #7C47C9

Tints of Slate Blue #7C47C9

Color information

#7C47C9 (or 0x7C47C9) is unknown color: approx Slate Blue. HEX triplet: 7C, 47 and C9. RGB value is (124,71,201). Sum of RGB (Red+Green+Blue) = 124+71+201=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #7C47C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C47C9 is #83B836. Grayscale: #656565. Windows color (decimal): -8632375 or 13191036. OLE color: 13191036.

HSL color Cylindrical-coordinate representation of color #7C47C9: hue angle of 264.46º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C47C9 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12471201-
CMYK0.380.6500.21
HSL264.46º54.62%53.33%-
HSV(B)264.46º64.68%78.82%-
XYZ21.1113.0156.66-
YUV101.67184.06143.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.31%
GREEN value IS 71 (28.12% from 255) = 17.93%
BLUE value IS 201 (78.91% from 255) = 50.76%
R=31.31%
G=17.93%
B=50.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124712010.380.6500.21264.4654.6253.33
Hex7C47C926410151083735
Octal174107311461010254106765
Binary11111001000111110010011001101000001010101100001000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C47C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,71,201); }

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

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

 a { background-color: rgb(124,71,201); }

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

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

 span { border-color: rgb(124,71,201); }

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