#7C47DA

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

Shades of Slate Blue #7C47DA

Tints of Slate Blue #7C47DA

Color information

#7C47DA (or 0x7C47DA) is unknown color: approx Slate Blue. HEX triplet: 7C, 47 and DA. RGB value is (124,71,218). Sum of RGB (Red+Green+Blue) = 124+71+218=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C47DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C47DA is #83B825. Grayscale: #676767. Windows color (decimal): -8632358 or 14305148. OLE color: 14305148.

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

Color convert

RGB12471218-
CMYK0.430.6700.15
HSL261.63º66.52%56.67%-
HSV(B)261.63º67.43%85.49%-
XYZ23.2213.8567.78-
YUV103.6192.56142.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 71 (28.12% from 255) = 17.19%
BLUE value IS 218 (85.55% from 255) = 52.78%
R=30.02%
G=17.19%
B=52.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124712180.430.6700.15261.6366.5256.67
Hex7C47DA2B430F1064339
Octal1741073325310301740610371
Binary11111001000111110110101010111000011011111000001101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C47DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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